Merge pull request #305 from not-nef/main

Fix FLAlertLayer m_scrollingLayer not being a ScrollingLayer
This commit is contained in:
alk 2023-10-15 21:00:59 +03:00 committed by GitHub
commit b42a86ea57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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