diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-14 19:55:20 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-14 19:55:20 +0100 |
| commit | c775f4a2b2ade7767d0028ec69f847006805c6b7 (patch) | |
| tree | 6b33ebe124caa859492af594425684ab9460616b /editor/ground-editor.cpp | |
| parent | 07018b1d1247f4fb558a2b551dd8d4ca35346377 (diff) | |
now switch to using stringview in the editors
Diffstat (limited to 'editor/ground-editor.cpp')
| -rw-r--r-- | editor/ground-editor.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/ground-editor.cpp b/editor/ground-editor.cpp index b1239b02..a1abf15c 100644 --- a/editor/ground-editor.cpp +++ b/editor/ground-editor.cpp @@ -33,8 +33,6 @@ void ground_editor::load_atlases() { if (g.name != loader.INVALID) [[likely]] (void)loader.ground_atlas(g.name); - else - loader.invalid_ground_atlas(); fm_assert(g.atlas); _atlases[g.name] = g; } |
