0
0
mirror of https://github.com/Nimac0/SDL_Minigame synced 2026-01-12 22:23:43 +00:00

mod: removed unnecessary InputAction member

This commit is contained in:
ezveee 2025-01-16 17:41:46 +01:00
parent 31e29713de
commit 457e860dba

View File

@ -100,7 +100,6 @@ public:
std::string name; std::string name;
std::vector<Key> bindings; std::vector<Key> bindings;
std::function<void()> callback; std::function<void()> callback;
std::string context;
}; };
InputManager(); InputManager();