Skip to content

Commit

Permalink
Fix editor text column
Browse files Browse the repository at this point in the history
  • Loading branch information
makscee committed Apr 10, 2024
1 parent 95bc850 commit 8fac1ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/camera.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ impl CameraPlugin {
let data = CameraData {
entity,
cur_scale: 100.0,
slot_pixel_spacing: 150.0,
need_scale: default(),
slot_pixel_spacing: default(),
};
commands.insert_resource(data);
}
Expand Down

0 comments on commit 8fac1ac

Please sign in to comment.