summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMicha White <botahamec@outlook.com>2022-10-13 10:01:10 -0400
committerMicha White <botahamec@outlook.com>2022-10-13 10:01:10 -0400
commit11a7989f049e8e294f545176e12f7e6d252be49c (patch)
tree6d49e15a1665b72bebf300e749ac7e79561d8674 /src
parentd9f7c14787e9eabcdff66cb71e1e9d282f379f75 (diff)
Minor changes
Diffstat (limited to 'src')
-rw-r--r--src/instance.rs2
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 {