Cambio sistema per rotazione bacino (non funziona)

This commit is contained in:
2026-06-21 11:58:12 +02:00
parent 7fee7b1e13
commit e1965aaf1e
11 changed files with 68 additions and 15 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ void State::update(){
*/
for (auto i : collections){
i->update();
i->update(clock);
}
for (auto i : createdColl){