diff --git a/comfy/src/render.rs b/comfy/src/render.rs index 1e12798..b75f02a 100644 --- a/comfy/src/render.rs +++ b/comfy/src/render.rs @@ -15,7 +15,7 @@ pub struct Sprite { pub flip_x: bool, pub flip_y: bool, - y_sort_offset: f32, + pub y_sort_offset: f32, } impl Sprite {