summaryrefslogtreecommitdiffhomepage
path: root/editor/tests.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-01-31 20:06:32 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-01-31 20:06:32 +0100
commit595081292307808fcd5140ae92594efea899d5dc (patch)
tree5a4f899c57e6bc0251df418762a93c0a105e3ee2 /editor/tests.cpp
parent1f8212b0b34fe308b1515a15c1d99504f8bad5d2 (diff)
w
Diffstat (limited to 'editor/tests.cpp')
-rw-r--r--editor/tests.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/tests.cpp b/editor/tests.cpp
index 0d4be934..58402ac0 100644
--- a/editor/tests.cpp
+++ b/editor/tests.cpp
@@ -48,6 +48,7 @@ void tests_data::switch_to(Test i)
default: break;
case Test::none: current_test = make_test_none(); break;
case Test::path: current_test = make_test_path(); break;
+ case Test::raycast: current_test = make_test_raycast(); break;
}
if (current_test)
current_index = i;