godot
godot copied to clipboard
Improve time to close scene with many 3D gizmos
Changed EditorNode3DGizmoPlugin::current_gizmos
from List
to HashSet
, to avoid having to iterate through all gizmos when ~EditorNode3DGizmo
unregisters itself. Fixes the scene closing slowness in #94648