Browse Source

Fix missing 3d gizmos

AeioMuch 1 month ago
parent
commit
f92af51cae
1 changed files with 1 additions and 0 deletions
  1. 1 0
      scene/3d/node_3d.cpp

+ 1 - 0
scene/3d/node_3d.cpp

@@ -922,6 +922,7 @@ void Node3D::clear_gizmos() {
 		data.gizmos.write[i]->free();
 	}
 	data.gizmos.clear();
+	data.gizmos_requested = false;
 #endif
 }