Applicazione correzione rotazione bacino

This commit is contained in:
2026-06-22 10:38:24 +02:00
parent 7c2897aae1
commit f131849292
8 changed files with 66083 additions and 13 deletions
+4 -3
View File
@@ -82,9 +82,10 @@ void State::update(){
std::vector<PieceInterface*> collPieces;
std::vector<JointInterface*> collJoints;
*/
for (auto i : collections){
i->update(PieceClock);
if (play){
for (auto i : collections){
i->update(PieceClock);
}
}
for (auto i : createdColl){