소스 검색

Merge pull request #47264 from nekomatata/fix-physical-bone-gizmo-3.2

[3.3] Fix PhysicalBone gizmo not showing
Rémi Verschelde 4 년 전
부모
커밋
3c397ae627
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      editor/spatial_editor_gizmos.cpp

+ 1 - 1
editor/spatial_editor_gizmos.cpp

@@ -3056,7 +3056,7 @@ String CollisionObjectGizmoPlugin::get_name() const {
 }
 
 int CollisionObjectGizmoPlugin::get_priority() const {
-	return -1;
+	return -2;
 }
 
 void CollisionObjectGizmoPlugin::redraw(EditorSpatialGizmo *p_gizmo) {