diff options
Diffstat (limited to 'light-client/src/atlas.rs')
-rw-r--r-- | light-client/src/atlas.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/light-client/src/atlas.rs b/light-client/src/atlas.rs index b1d2c5e0..4a39b649 100644 --- a/light-client/src/atlas.rs +++ b/light-client/src/atlas.rs @@ -97,7 +97,7 @@ impl<'a> SpriteRenderer<'a> { tiles: vec![], sprites: vec![], view_offset: Vec2::ZERO, - view_scale: Vec2::new(1., 0.75) * 2., + view_scale: Vec2::splat(4.), } } |