From 0a6612286bfa8c2503c757da2b39da37aa05deaf Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 5 Dec 2022 21:32:57 +0100 Subject: src/chunk: plug in lqt for collision detection --- test/serializer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/serializer.cpp') diff --git a/test/serializer.cpp b/test/serializer.cpp index 9f382602..69b45575 100644 --- a/test/serializer.cpp +++ b/test/serializer.cpp @@ -9,7 +9,7 @@ namespace floormat { namespace Path = Corrade::Utility::Path; -static chunk make_test_chunk() +chunk test_app::make_test_chunk() { auto metal1 = loader.tile_atlas("metal1", {2, 2}, pass_mode::pass), metal2 = loader.tile_atlas("metal2", {2, 2}, pass_mode::blocked), -- cgit v1.2.3