BUGFIX: Collision works better, not 100%

BUGFIX: Video Reset works.
This commit is contained in:
2024-10-14 12:13:46 -04:00
parent 5e290d825b
commit 448aeab154
5 changed files with 55 additions and 38 deletions
@@ -50,7 +50,7 @@ impl GemmaEguiSupport {
}
if ui.button("Reset").clicked() {
system.reset();
system.video_memory = system.video_memory.reset();
system.video_memory.reset();
}
if ui.button("Load initial rom").clicked() {