Merge pull request #73092 from TokageItLab/ray-is-what
Remove WARNING "ray: index" for debug from SkeletonEditor
This commit is contained in:
commit
ec55278415
@ -1276,8 +1276,6 @@ int Skeleton3DGizmoPlugin::subgizmos_intersect_ray(const EditorNode3DGizmo *p_gi
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (closest_idx >= 0) {
|
if (closest_idx >= 0) {
|
||||||
WARN_PRINT("ray:");
|
|
||||||
WARN_PRINT(itos(closest_idx));
|
|
||||||
se->select_bone(closest_idx);
|
se->select_bone(closest_idx);
|
||||||
return closest_idx;
|
return closest_idx;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user