Apply gizmo scale to EditorControlAnchor

This commit is contained in:
dugramen
2025-03-13 11:09:07 -04:00
parent 30bb49ec1f
commit bc9c91cf01

View File

@ -74,6 +74,7 @@ float get_gizmo_handle_scale(const String &p_gizmo_handle_name, float p_gizmo_ha
gizmo_to_scale.insert("EditorCurveHandle");
gizmo_to_scale.insert("EditorPathSharpHandle");
gizmo_to_scale.insert("EditorPathSmoothHandle");
gizmo_to_scale.insert("EditorControlAnchor");
}
if (gizmo_to_scale.has(p_gizmo_handle_name)) {