From 11a7989f049e8e294f545176e12f7e6d252be49c Mon Sep 17 00:00:00 2001 From: Micha White Date: Thu, 13 Oct 2022 10:01:10 -0400 Subject: Minor changes --- src/instance.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 { -- cgit v1.2.3