chore(snd): mask unreadable bits from return values

This commit is contained in:
2021-07-09 21:16:33 -05:00
parent 40ca0abb72
commit 91d19a7e66
3 changed files with 30 additions and 15 deletions

View File

@@ -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!())