mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-10 17:18:44 +08:00
[cpp] 4.3 porting WIP
This commit is contained in:
parent
c1ba842c15
commit
0f3d19d0d6
@ -33,7 +33,7 @@
|
||||
|
||||
using namespace spine;
|
||||
|
||||
SlotPose::SlotPose() : _color(1, 1, 1, 1), _darkColor(0, 0, 0, 0), _hasDarkColor(false), _attachment(nullptr), _sequenceIndex(-1) {
|
||||
SlotPose::SlotPose() : _color(1, 1, 1, 1), _darkColor(0, 0, 0, 0), _hasDarkColor(false), _attachment(nullptr), _sequenceIndex(0) {
|
||||
}
|
||||
|
||||
SlotPose::~SlotPose() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user