fix ccColor

This commit is contained in:
Oleksandr Nemesh 2024-07-11 14:50:09 +03:00 committed by GitHub
parent 0ee2b5beb2
commit e46353908d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);
}; };