1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

Fix missing 3d gizmos

This commit is contained in:
AeioMuch
2025-07-27 18:55:49 +02:00
parent 8b2739ee55
commit f92af51cae

View File

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