diff options
author | max-001 <maxsmits21@kpnmail.nl> | 2024-12-09 13:32:18 +0100 |
---|---|---|
committer | max-001 <maxsmits21@kpnmail.nl> | 2024-12-09 13:32:18 +0100 |
commit | a12986c0855e68ac027c2686223813c112960165 (patch) | |
tree | d1026c30e783067b2d9e1c9f65e0c80373aabf01 /src/example/game.cpp | |
parent | d41730984f971489fb4b14b73ce2888ad1858efe (diff) |
Fixed merge issue
Diffstat (limited to 'src/example/game.cpp')
-rw-r--r-- | src/example/game.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/example/game.cpp b/src/example/game.cpp index 2b4e46f..4239c15 100644 --- a/src/example/game.cpp +++ b/src/example/game.cpp @@ -66,10 +66,6 @@ class MyScript1 : public Script { //add collider switch break; } - case Keycode::Q: { - throw "Test"; - break; - } default: break; } |