Controllo posizione con gui completa

This commit is contained in:
2026-06-06 11:27:21 +02:00
parent 52b2a95032
commit ba5e071c6f
7 changed files with 20 additions and 44 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ void State::update(){
for(PieceInterface* p : pieces){
p->update(*pos);
p->update(clock);
}
for(JointInterface* j : joints){
j->movechild();