diff options
author | Kongfa Waroros <gongpha@hotmail.com> | 2022-10-10 00:37:47 +0700 |
---|---|---|
committer | Kongfa Waroros <gongpha@hotmail.com> | 2022-10-10 00:37:47 +0700 |
commit | e81e81a56eb0771d8d0a080fd51d092c659fe14d (patch) | |
tree | a41f7115721ad6b7fdcc3a3f85c03696aa716e85 /editor/plugins/tiles/tiles_editor_plugin.h | |
parent | ca25c6e0a3f25948ee4a197f3442c66f019e7424 (diff) |
Fix crashing when editing the `TileSet` field
Diffstat (limited to 'editor/plugins/tiles/tiles_editor_plugin.h')
-rw-r--r-- | editor/plugins/tiles/tiles_editor_plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/tiles/tiles_editor_plugin.h b/editor/plugins/tiles/tiles_editor_plugin.h index b1fe6f8df6..bdada9ec90 100644 --- a/editor/plugins/tiles/tiles_editor_plugin.h +++ b/editor/plugins/tiles/tiles_editor_plugin.h @@ -122,7 +122,7 @@ public: // Sorting. void set_sorting_option(int p_option); - List<int> get_sorted_sources(const Ref<TileSet> tile_set) const; + List<int> get_sorted_sources(const Ref<TileSet> p_tile_set) const; virtual void edit(Object *p_object) override; virtual bool handles(Object *p_object) const override; |