You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-31 18:41:20 +00:00
Merge pull request #104073 from dugramen/scale-anchor-handles
Apply gizmo scale to EditorControlAnchor
This commit is contained in:
@@ -63,6 +63,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)) {
|
||||
|
||||
Reference in New Issue
Block a user