mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-12 14:12:20 -06:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e96b3159d7 |
@@ -51,7 +51,6 @@ impl App {
|
|||||||
window
|
window
|
||||||
.into_canvas()
|
.into_canvas()
|
||||||
.accelerated()
|
.accelerated()
|
||||||
.present_vsync()
|
|
||||||
.build()
|
.build()
|
||||||
.map_err(|e| GameError::Sdl(e.to_string()))?,
|
.map_err(|e| GameError::Sdl(e.to_string()))?,
|
||||||
));
|
));
|
||||||
|
|||||||
Reference in New Issue
Block a user