Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Commit

Permalink
Accidental private field, must be egui influence
Browse files Browse the repository at this point in the history
  • Loading branch information
darthdeus committed Apr 19, 2024
1 parent cb59d43 commit fa6dd33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comfy/src/render.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit fa6dd33

Please sign in to comment.