From ba069ff6c82f427d910a94c3f5e3dc06306c1ecc Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 16 Jan 2024 11:20:21 +0100 Subject: c --- loader/wall-atlas.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loader') diff --git a/loader/wall-atlas.cpp b/loader/wall-atlas.cpp index 16531aa4..32bc9b7d 100644 --- a/loader/wall-atlas.cpp +++ b/loader/wall-atlas.cpp @@ -43,7 +43,7 @@ std::shared_ptr loader_impl::get_wall_atlas(StringView name, StringV auto tex = texture(""_s, filename); fm_soft_assert(name == def.header.name); - fm_soft_assert(!def.frames.empty()); + fm_soft_assert(!def.frames.isEmpty()); auto atlas = std::make_shared(std::move(def), dir, tex); return atlas; } -- cgit v1.2.3