removed empty line

This commit is contained in:
Ben Wallis
2021-06-20 18:53:45 +01:00
parent 1612b36753
commit b636d7c9f9

View File

@ -1409,7 +1409,6 @@ impl PlayState for SessionState {
/// Render the session to the screen.
///
/// This method should be called once per frame.
fn render(&mut self, global_state: &mut GlobalState) {
#[cfg(feature = "egui-ui")]
let scale_factor = global_state.window.window().scale_factor() as f32;