mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-22 23:48:08 -05:00
fix ccColor
This commit is contained in:
parent
0ee2b5beb2
commit
e46353908d
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ protected:
|
||||||
uint8_t m_unk148;
|
uint8_t m_unk148;
|
||||||
uint8_t m_opacity;
|
uint8_t m_opacity;
|
||||||
PAD(3);
|
PAD(3);
|
||||||
cocos2d::CCColor3B m_tColor;
|
cocos2d::_ccColor3B m_tColor;
|
||||||
PAD(3);
|
PAD(3);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue