mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 07:14:55 +08:00
Formatting
This commit is contained in:
parent
d344c148ae
commit
879c7adb37
@ -274,11 +274,11 @@ SkeletonData *SkeletonBinary::readSkeletonData(const unsigned char *binary, cons
|
||||
skeletonData->_skins.add(defaultSkin);
|
||||
}
|
||||
|
||||
if (!this->getError().isEmpty()) {
|
||||
delete input;
|
||||
delete skeletonData;
|
||||
return NULL;
|
||||
}
|
||||
if (!this->getError().isEmpty()) {
|
||||
delete input;
|
||||
delete skeletonData;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
/* Skins. */
|
||||
for (size_t i = 0, n = (size_t) readVarint(input, true); i < n; ++i) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user