mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-23 16:07:52 -05:00
Merge pull request #305 from not-nef/main
Fix FLAlertLayer m_scrollingLayer not being a ScrollingLayer
This commit is contained in:
commit
b42a86ea57
1 changed files with 1 additions and 1 deletions
|
@ -1746,7 +1746,7 @@ class FLAlertLayer : cocos2d::CCLayerColor {
|
|||
cocos2d::ccColor3B m_color2;
|
||||
ButtonSprite* m_button1;
|
||||
ButtonSprite* m_button2;
|
||||
cocos2d::CCLayerColor* m_scrollingLayer;
|
||||
ScrollingLayer* m_scrollingLayer;
|
||||
int m_joystickConnected;
|
||||
bool m_containsBorder;
|
||||
bool m_noAction;
|
||||
|
|
Loading…
Reference in a new issue