diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-14 19:40:18 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-14 19:40:18 +0100 |
| commit | 07018b1d1247f4fb558a2b551dd8d4ca35346377 (patch) | |
| tree | 51ee528771fbb77ee1f62adf38a1d8cca1c8ac8c /editor | |
| parent | 626e49662839a1ecd505547a5671d1ab8ac5b4aa (diff) | |
switch back to using StringView in atlas loader
Diffstat (limited to 'editor')
| -rw-r--r-- | editor/ground-editor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/ground-editor.cpp b/editor/ground-editor.cpp index 55b779b5..b1239b02 100644 --- a/editor/ground-editor.cpp +++ b/editor/ground-editor.cpp @@ -28,6 +28,7 @@ ground_editor::~ground_editor() noexcept = default; void ground_editor::load_atlases() { fm_assert(_atlases.empty()); + for (const auto& g : loader.ground_atlas_list()) { if (g.name != loader.INVALID) [[likely]] |
