diff options
Diffstat (limited to 'test/serializer.cpp')
| -rw-r--r-- | test/serializer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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), |
