diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-11 08:32:10 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-11 08:49:53 +0100 |
commit | 017cb08bf33608f1ceb8d59800a8d1d2f9d5d455 (patch) | |
tree | 8918ad2e036d8dc79b7b2cbdce858a9617551aea /loader/anim-traits.hpp | |
parent | b2be7d57642197c0f65d2645c767c4f868ababb1 (diff) |
loader: allow adding atlases to the list without parsing them
Diffstat (limited to 'loader/anim-traits.hpp')
-rw-r--r-- | loader/anim-traits.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/anim-traits.hpp b/loader/anim-traits.hpp index 8eef8b89..70ddcd89 100644 --- a/loader/anim-traits.hpp +++ b/loader/anim-traits.hpp @@ -19,7 +19,7 @@ template<> struct atlas_loader_traits<anim_atlas> static StringView name_of(const Cell& x); static StringView name_of(const Atlas& x); static String& name_of(Cell& x); - static void ensure_atlases_loaded(Storage& st); + static void load_atlas_list(Storage& st); static Pointer<Cell> make_invalid_atlas(Storage& st); static std::shared_ptr<Atlas> make_atlas(StringView name, const Cell& c); static Optional<Cell> make_cell(StringView name); |