Skip to content

Commit

Permalink
Fix key labels scaling (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
PolyMeilex authored Jan 1, 2024
1 parent cb2d2cf commit 9182ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neothesia/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ impl Neothesia {

self.game_scene.update(&mut self.target, delta);
self.target.text_renderer.update(
self.target.window_state.physical_size.into(),
self.target.window_state.logical_size.into(),
&self.target.gpu,
);
}
Expand Down

0 comments on commit 9182ade

Please sign in to comment.