summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-02-11 06:47:28 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-02-11 08:49:52 +0100
commitb2be7d57642197c0f65d2645c767c4f868ababb1 (patch)
treeb711d99a22fe1de220e6458a6e5848b4e3af6b12 /test
parent0de0eb1fe18949a328b9e76a2dbf6319692cc3cb (diff)
implement anim_loader
Diffstat (limited to 'test')
-rw-r--r--test/loader.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/loader.cpp b/test/loader.cpp
index c51ad971..e3e6921d 100644
--- a/test/loader.cpp
+++ b/test/loader.cpp
@@ -80,8 +80,6 @@ void test_app::test_loader()
fm_assert(loader.ground_atlas("texel")->pass_mode() == pass_mode::blocked);
fm_assert(loader.ground_atlas("metal1")->pass_mode() == pass_mode::pass);
loader.sceneries();
- for (StringView name : loader.anim_atlas_list())
- loader.anim_atlas(name, loader.ANIM_PATH);
}
} // namespace floormat