Fix hierarchyChanged not resetting

This commit is contained in:
Pascal Serrarens 2025-05-28 17:16:37 +02:00
parent dfec91cb62
commit 3cf49f649d

View File

@ -421,7 +421,7 @@ namespace RoboidControl {
this.orientationUpdated = false; this.orientationUpdated = false;
this.linearVelocityUpdated = false; this.linearVelocityUpdated = false;
this.angularVelocityUpdated = false; this.angularVelocityUpdated = false;
//this.hierarchyChanged = false; this.hierarchyChanged = false;
// should recurse over children... // should recurse over children...
if (recurse) { if (recurse) {