Modifica per aggiornare la rotazione (non Funziona)

This commit is contained in:
2026-06-20 20:39:48 +02:00
parent a1441cc28e
commit 7fee7b1e13
4 changed files with 12 additions and 2 deletions
+4
View File
@@ -81,6 +81,10 @@ void State::update(){
std::vector<JointInterface*> collJoints;
*/
for (auto i : collections){
i->update();
}
for (auto i : createdColl){
if (play){
for (auto j : i.pieces){