From 1aa4f358bc22bda63c062683fd0749541e9fad61 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 15 Jul 2024 18:20:40 +0200 Subject: fix rendering again --- light-client/src/atlas.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'light-client/src/atlas.rs') 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.), } } -- cgit v1.2.3-70-g09d2