diff options
author | JAROWMR <jarorutjes07@gmail.com> | 2025-01-08 09:30:14 +0100 |
---|---|---|
committer | JAROWMR <jarorutjes07@gmail.com> | 2025-01-08 09:30:14 +0100 |
commit | 2e854cc0af93f278261f05f8f0290d946e1ceb8a (patch) | |
tree | de6a15b0d887aa6938b548db0a716e43faf9611e /game/menus/ButtonNextMainMenuSubScript.h | |
parent | c01074a0cfdca0be4a6890d252b1b9aef87d597e (diff) |
removed not used vales
Diffstat (limited to 'game/menus/ButtonNextMainMenuSubScript.h')
-rw-r--r-- | game/menus/ButtonNextMainMenuSubScript.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/game/menus/ButtonNextMainMenuSubScript.h b/game/menus/ButtonNextMainMenuSubScript.h index 0603111..3bc3f52 100644 --- a/game/menus/ButtonNextMainMenuSubScript.h +++ b/game/menus/ButtonNextMainMenuSubScript.h @@ -9,9 +9,6 @@ public: void init() override; bool on_button_press(const crepe::ButtonPressEvent & e); -private: - float velocity = 20; - protected: bool transition = false; }; |