diff --git a/devtools/src/main/java/mygame/devtool/AnimUtils.java b/devtools/src/main/java/mygame/devtool/AnimUtils.java index ae12cf9..26eb264 100644 --- a/devtools/src/main/java/mygame/devtool/AnimUtils.java +++ b/devtools/src/main/java/mygame/devtool/AnimUtils.java @@ -78,7 +78,7 @@ private static AnimTrack[] copyAnimTracks(AnimClip sourceClip, Armature targetAr tracks.add(newTrack); } else { - throw new IllegalStateException("Joint not found in the target Armature: " + tt.getTarget()); + logger.log(Level.WARNING, "Joint not found in the target Armature: {0}", tt.getTarget()); } }