diff options
author | JAROWMR <jarorutjes07@gmail.com> | 2024-12-19 20:10:27 +0100 |
---|---|---|
committer | JAROWMR <jarorutjes07@gmail.com> | 2024-12-19 20:10:27 +0100 |
commit | d6fdc09f3445886aa06e11cc2d925c6d3fa28d79 (patch) | |
tree | 88ae85acb6cde23b32ca7699d5aebab1740d3e48 | |
parent | 655fcc23f2ced807738feffe8b85683eaf97624f (diff) |
removed collision test
-rw-r--r-- | src/example/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/example/CMakeLists.txt b/src/example/CMakeLists.txt index 2ee3051..f62414e 100644 --- a/src/example/CMakeLists.txt +++ b/src/example/CMakeLists.txt @@ -22,4 +22,3 @@ add_example(button) add_example(loadfont) add_example(FontExample) add_example(AITest) -add_example(collisiontest) |