godot icon indicating copy to clipboard operation
godot copied to clipboard

Improve time to close scene with many 3D gizmos

Open aaronp64 opened this issue 7 months ago • 2 comments

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

aaronp64 avatar Jul 24 '24 14:07 aaronp64