From 457e860dbac7fbbe546c80308ac2fd7ee34062ec Mon Sep 17 00:00:00 2001 From: ezveee Date: Thu, 16 Jan 2025 17:41:46 +0100 Subject: [PATCH] mod: removed unnecessary InputAction member --- include/InputManager.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/InputManager.h b/include/InputManager.h index 3f360f4..cea015e 100644 --- a/include/InputManager.h +++ b/include/InputManager.h @@ -100,7 +100,6 @@ public: std::string name; std::vector bindings; std::function callback; - std::string context; }; InputManager();