chore(snd): mask unreadable bits from return values
This commit is contained in:
@@ -11,7 +11,7 @@ use winit::event_loop::{ControlFlow, EventLoop};
|
||||
use winit::window::{Window, WindowBuilder};
|
||||
use winit_input_helper::WinitInputHelper;
|
||||
|
||||
const SCALE: f64 = 5.0;
|
||||
const SCALE: f64 = 2.0;
|
||||
|
||||
fn main() -> Result<()> {
|
||||
let app = App::new(crate_name!())
|
||||
|
||||
Reference in New Issue
Block a user