diff options
Diffstat (limited to 'editor/tests.cpp')
-rw-r--r-- | editor/tests.cpp | 1 |
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; |