diff options
| author | Micha White <botahamec@outlook.com> | 2022-10-13 10:01:10 -0400 |
|---|---|---|
| committer | Micha White <botahamec@outlook.com> | 2022-10-13 10:01:10 -0400 |
| commit | 11a7989f049e8e294f545176e12f7e6d252be49c (patch) | |
| tree | 6d49e15a1665b72bebf300e749ac7e79561d8674 /src/instance.rs | |
| parent | d9f7c14787e9eabcdff66cb71e1e9d282f379f75 (diff) | |
Minor changes
Diffstat (limited to 'src/instance.rs')
| -rw-r--r-- | src/instance.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/instance.rs b/src/instance.rs index dc1ee40..3479b67 100644 --- a/src/instance.rs +++ b/src/instance.rs @@ -21,7 +21,7 @@ pub struct Instance { /// Rotation, in radians pub rotation: f32, /// z-index - pub z_index: u32, + pub z_index: u32, // TODO something more interesting with z-axis } impl Default for Instance { |
