From 9067980c691b3ffd10044b93fdce2aa830c65fa4 Mon Sep 17 00:00:00 2001 From: matcool <26722564+matcool@users.noreply.github.com> Date: Mon, 20 Feb 2023 09:41:46 -0300 Subject: [PATCH] fix PauseLayer::keyDown --- bindings/GeometryDash.bro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/GeometryDash.bro b/bindings/GeometryDash.bro index 7ce40dcf..47735dd9 100644 --- a/bindings/GeometryDash.bro +++ b/bindings/GeometryDash.bro @@ -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;