Collision base

This commit is contained in:
2026-06-29 13:07:49 +03:00
parent 8d2ed11e73
commit 93408306ea
6 changed files with 64 additions and 39 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ pub fn update_automation_view(
let image = automation.world.get_image_data();
images.remove(sprite.image.id());
// images.remove(sprite.image.id());
images.insert(sprite.image.id(), image).unwrap();
}