From ffcaa950516c41a1aa73d5c6742f8a8af5fb355d Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 11 Feb 2024 08:53:20 +0100 Subject: loader: change a few misleading function names --- editor/ground-editor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor/ground-editor.cpp') diff --git a/editor/ground-editor.cpp b/editor/ground-editor.cpp index 653ad122..4ab697ee 100644 --- a/editor/ground-editor.cpp +++ b/editor/ground-editor.cpp @@ -33,7 +33,7 @@ void ground_editor::load_atlases() if (g.name != loader.INVALID) [[likely]] (void)loader.ground_atlas(g.name); else - loader.make_invalid_ground_atlas(); + loader.invalid_ground_atlas(); fm_assert(g.atlas); _atlases[g.name] = &g; } -- cgit v1.2.3