diff options
Diffstat (limited to 'editor/tests/raycast-test.cpp')
-rw-r--r-- | editor/tests/raycast-test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/tests/raycast-test.cpp b/editor/tests/raycast-test.cpp index 13199244..383264e7 100644 --- a/editor/tests/raycast-test.cpp +++ b/editor/tests/raycast-test.cpp @@ -252,12 +252,12 @@ struct raycast_test final : base_test } } - void update_pre(app&) override + void update_pre(app&, const Ns&) override { } - void update_post(app& a) override + void update_post(app& a, const Ns&) override { if (pending.exists) { |