diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-09-13 06:45:23 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-09-13 06:45:28 +0200 |
commit | fadbdd56d215e2430feda45e5afdfbce140ef9e0 (patch) | |
tree | dfe2a24135b820fc8f9be061c5c0a1c4642c43d7 | |
parent | f1c66f7fa7b4b1c135e79fc931087cc6717e40bf (diff) |
oops, fix build
-rw-r--r-- | editor/app.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<tile_atlas>& atlas); void draw_editor_scenery_pane(scenery_editor& ed); |