|
if (!string_starts_with(skeletonData->version, SPINE_VERSION_STRING)) {
|
|
if (!string_starts_with(skeletonData->version, SPINE_VERSION_STRING)) {
|
|
snprintf(errorMsg, 255, "Skeleton version %s does not match runtime version %s", skeletonData->version, SPINE_VERSION_STRING);
|
|
snprintf(errorMsg, 255, "Skeleton version %s does not match runtime version %s", skeletonData->version, SPINE_VERSION_STRING);
|
|
_spSkeletonBinary_setError(self, errorMsg, NULL);
|
|
_spSkeletonBinary_setError(self, errorMsg, NULL);
|