Skip to content

Commit

Permalink
Merge pull request #47263 from nekomatata/fix-physical-bone-gizmo
Browse files Browse the repository at this point in the history
Fix PhysicalBone gizmo not showing
  • Loading branch information
akien-mga authored Mar 22, 2021
2 parents 6a84ade + 0e4c34a commit 7acd628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/node_3d_editor_gizmos.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3531,7 +3531,7 @@ String CollisionObject3DGizmoPlugin::get_gizmo_name() const {
}

int CollisionObject3DGizmoPlugin::get_priority() const {
return -1;
return -2;
}

void CollisionObject3DGizmoPlugin::redraw(EditorNode3DGizmo *p_gizmo) {
Expand Down

0 comments on commit 7acd628

Please sign in to comment.