mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 07:14:55 +08:00
[libgdx] Fixed JsonRollback rgba2 -> twoColor.
This commit is contained in:
parent
0bf2fb6059
commit
db1cabfcee
@ -197,7 +197,7 @@ public class JsonRollback {
|
||||
}
|
||||
if (name.equals("rgba"))
|
||||
map.parent.name = "color";
|
||||
else if (name.equals("rgba")) //
|
||||
else if (name.equals("rgba2")) //
|
||||
map.parent.name = "twoColor";
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user