You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
Remove WARNING "ray: index" for debug from SkeletonEditor
This commit is contained in:
@@ -1276,8 +1276,6 @@ int Skeleton3DGizmoPlugin::subgizmos_intersect_ray(const EditorNode3DGizmo *p_gi
|
||||
}
|
||||
|
||||
if (closest_idx >= 0) {
|
||||
WARN_PRINT("ray:");
|
||||
WARN_PRINT(itos(closest_idx));
|
||||
se->select_bone(closest_idx);
|
||||
return closest_idx;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user