Fix FLAlertLayer m_scrollingLayer not being a ScrollingLayer

This commit is contained in:
nef 2023-10-15 19:59:33 +02:00 committed by GitHub
parent 5819a1350f
commit 9694b35d77
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;