mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-03-20 19:42:28 +01:00
Removed warning.
This commit is contained in:
parent
5e3c3ff4d0
commit
6825202490
@ -1348,8 +1348,6 @@ int SkeletonGizmoPlugin::subgizmos_intersect_ray(const EditorSpatialGizmo *p_giz
|
||||
}
|
||||
|
||||
if (closest_idx >= 0) {
|
||||
WARN_PRINT("ray:");
|
||||
WARN_PRINT(itos(closest_idx));
|
||||
se->select_bone(closest_idx);
|
||||
return closest_idx;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user