diff --git a/spine-cocos2dx/example/Classes/BatchingExample.cpp b/spine-cocos2dx/example/Classes/BatchingExample.cpp index 05842e2bf..34d0b11d6 100644 --- a/spine-cocos2dx/example/Classes/BatchingExample.cpp +++ b/spine-cocos2dx/example/Classes/BatchingExample.cpp @@ -53,7 +53,7 @@ bool BatchingExample::init () { // Load the skeleton data. spSkeletonJson* json = spSkeletonJson_createWithLoader(_attachmentLoader); - json->scale = 0.1f; // Resizes skeleton data to 60% of the size it was in Spine. + json->scale = 0.6f; // Resizes skeleton data to 60% of the size it was in Spine. _skeletonData = spSkeletonJson_readSkeletonDataFile(json, "spineboy.json"); CCASSERT(_skeletonData, json->error ? json->error : "Error reading skeleton data file."); spSkeletonJson_dispose(json);