diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-13 14:58:17 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-13 21:22:32 +0100 |
commit | 8f7b089e246b5e55d1cacb756da4219bb751236f (patch) | |
tree | b302742a6cdc70c393c6020bc8e3b4d1bc08d348 /test/app.cpp | |
parent | 9b70fb78e70a509ba5bfa1c1d0a839eddd0902dc (diff) |
scenery loader now works
Diffstat (limited to 'test/app.cpp')
-rw-r--r-- | test/app.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/app.cpp b/test/app.cpp index e896196d..2da424c6 100644 --- a/test/app.cpp +++ b/test/app.cpp @@ -61,7 +61,6 @@ int test_app::exec() FM_TEST(test_loader), FM_TEST(test_serializer1), FM_TEST(test_loader2), - FM_TEST(test_scenery), FM_TEST(test_astar_pool), FM_TEST(test_astar), FM_TEST(test_dijkstra), |