summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--loader/anim-atlas.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/loader/anim-atlas.cpp b/loader/anim-atlas.cpp
index 6fca5a49..3ca61256 100644
--- a/loader/anim-atlas.cpp
+++ b/loader/anim-atlas.cpp
@@ -60,7 +60,6 @@ std::shared_ptr<anim_atlas> loader_impl::anim_atlas(StringView name, StringView
if (name == INVALID) return make_invalid_anim_atlas().atlas; // todo! hack
fm_soft_assert(check_atlas_name(name));
- fm_soft_assert(!dir || dir[dir.size()-1] == '/');
char buf[fm_FILENAME_MAX];
auto path = make_atlas_path(buf, dir, name);