mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 17:26:01 +08:00
[c] Closes #2263, fix dark alpha component in JSON parser.
This commit is contained in:
parent
f09f5b73a0
commit
f85928c03a
@ -1097,7 +1097,7 @@ spSkeletonData *spSkeletonJson_readSkeletonData(spSkeletonJson *self, const char
|
||||
toColor(dark, 0),
|
||||
toColor(dark, 1),
|
||||
toColor(dark, 2),
|
||||
toColor(dark, 3));
|
||||
1.0f);
|
||||
}
|
||||
|
||||
item = Json_getItem(slotMap, "attachment");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user