소스 검색

Apply gizmo scale to EditorControlAnchor

dugramen 6 달 전
부모
커밋
bc9c91cf01
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      editor/themes/editor_icons.cpp

+ 1 - 0
editor/themes/editor_icons.cpp

@@ -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)) {