mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-23 07:57:51 -05:00
fix PauseLayer::keyDown
This commit is contained in:
parent
7771323508
commit
9067980c69
1 changed files with 1 additions and 1 deletions
|
@ -4127,7 +4127,7 @@ class PauseLayer : CCBlockLayer {
|
|||
virtual void customSetup() = mac 0x20b300, win 0x1e4620;
|
||||
|
||||
void onRestart(cocos2d::CCObject* sender) = win 0x1e6040;
|
||||
void keyDown(cocos2d::enumKeyCodes) = mac 0x20cc80, win 0x1E6580;
|
||||
virtual void keyDown(cocos2d::enumKeyCodes) = mac 0x20cc80, win 0x1E6580;
|
||||
|
||||
bool m_unknown;
|
||||
bool m_unknown2;
|
||||
|
|
Loading…
Reference in a new issue