Compare commits

...

1 Commits

Author SHA1 Message Date
e96b3159d7 fix: disable vsync 2025-08-15 13:46:57 -05:00

View File

@@ -51,7 +51,6 @@ impl App {
window
.into_canvas()
.accelerated()
.present_vsync()
.build()
.map_err(|e| GameError::Sdl(e.to_string()))?,
));