From fadbdd56d215e2430feda45e5afdfbce140ef9e0 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 13 Sep 2023 06:45:23 +0200 Subject: oops, fix build --- editor/app.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/app.hpp b/editor/app.hpp index 4aa82b8c..b86ab3b9 100644 --- a/editor/app.hpp +++ b/editor/app.hpp @@ -119,7 +119,7 @@ private: void draw_editor_pane(float main_menu_height); void draw_inspector(); - static void entity_inspector_name(char* buf, object_id id, size_t len); + static void entity_inspector_name(char* buf, size_t len, object_id id); bool check_inspector_exists(const popup_target& p); void draw_editor_tile_pane_atlas(tile_editor& ed, StringView name, const std::shared_ptr& atlas); void draw_editor_scenery_pane(scenery_editor& ed); -- cgit v1.2.3