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
+1 -1
View File
@@ -31,7 +31,7 @@ fn reset_clears_video() {
}
x.reset();
x.video_memory = x.video_memory.reset();
x.video_memory.reset();
assert_eq!(x.dump_video_to_string(), x.video_memory.format_as_string());