diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-17 20:16:18 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-17 20:16:18 +0100 |
commit | aee0624d8a6db7c32d0c8e0f871c5453b5ae316a (patch) | |
tree | 69a627d78aac8c7aa1d8266062d383182cdc9eec /src | |
parent | 662747cb848c81504c70fbab5c250810394f34df (diff) |
removed ;
Diffstat (limited to 'src')
-rw-r--r-- | src/crepe/system/InputSystem.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crepe/system/InputSystem.h b/src/crepe/system/InputSystem.h index 5afe641..6a638e3 100644 --- a/src/crepe/system/InputSystem.h +++ b/src/crepe/system/InputSystem.h @@ -22,7 +22,6 @@ class ButtonPressEvent : public Event { public: const Metadata & meta_data; ButtonPressEvent(const Metadata & meta_data) : meta_data(meta_data){}; - ; }; class ButtonEnterEvent : public Event { public: |