diff options
Diffstat (limited to 'test/raycast.cpp')
-rw-r--r-- | test/raycast.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/raycast.cpp b/test/raycast.cpp index 5a80f1dc..28ed4f67 100644 --- a/test/raycast.cpp +++ b/test/raycast.cpp @@ -87,7 +87,7 @@ auto run(point from, point to, world& w, bool b, float len) } // namespace -void test_app::test_raycast() +void Test::test_raycast() { auto w = make_world(); { constexpr auto from = point{{0, 0, 0}, {11,12}, {1,-32}}; |