Minor updates.

This commit is contained in:
NathanSweet 2013-04-30 12:18:23 +02:00
parent 71a8751794
commit 2bee31ad2a
2 changed files with 3 additions and 3 deletions

View File

@ -60,7 +60,7 @@ public:
protected:
CCSkeleton ();
void CCSkeleton::setSkeletonData (SkeletonData *skeletonData, bool ownsSkeletonData);
void setSkeletonData (SkeletonData *skeletonData, bool ownsSkeletonData);
private:
bool ownsSkeletonData;

View File

@ -222,7 +222,7 @@ public class SkeletonJson {
duration = Math.max(duration, timeline.getFrames()[timeline.getFrameCount() * 3 - 3]);
} else
throw new RuntimeException("Invalid timeline type for a bone: " + timelineName + " (" + timelineMap.name() + ")");
throw new RuntimeException("Invalid timeline type for a bone: " + timelineName + " (" + boneMap.name() + ")");
}
}
@ -259,7 +259,7 @@ public class SkeletonJson {
duration = Math.max(duration, timeline.getFrames()[timeline.getFrameCount() - 1]);
} else
throw new RuntimeException("Invalid timeline type for a slot: " + timelineName + " (" + timelineMap.name() + ")");
throw new RuntimeException("Invalid timeline type for a slot: " + timelineName + " (" + slotMap.name() + ")");
}
}