diff options
| author | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2018-10-02 05:18:37 -0300 |
|---|---|---|
| committer | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2018-12-08 02:27:20 -0200 |
| commit | e425f2d4984f6122ff4a8b20d69b79f89538687b (patch) | |
| tree | 9d5d9de6ed4c7cf3eae14fdf386f88e523260727 /editor/plugins/tile_set_editor_plugin.cpp | |
| parent | 41d1dba35fc851258d5aabad819d09f6a43e324c (diff) | |
| download | redot-engine-e425f2d4984f6122ff4a8b20d69b79f89538687b.tar.gz | |
Expose "meta" to the Inspector
Diffstat (limited to 'editor/plugins/tile_set_editor_plugin.cpp')
| -rw-r--r-- | editor/plugins/tile_set_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/tile_set_editor_plugin.cpp b/editor/plugins/tile_set_editor_plugin.cpp index cab9a4297d..a996470c0a 100644 --- a/editor/plugins/tile_set_editor_plugin.cpp +++ b/editor/plugins/tile_set_editor_plugin.cpp @@ -2476,7 +2476,7 @@ void TilesetEditorContext::_get_property_list(List<PropertyInfo> *p_list) const void TilesetEditorContext::_bind_methods() { - ClassDB::bind_method("_hide_script_from_inspector", &TilesetEditorContext::_hide_script_from_inspector); + ClassDB::bind_method("_hide_object_properties_from_inspector", &TilesetEditorContext::_hide_object_properties_from_inspector); } TilesetEditorContext::TilesetEditorContext(TileSetEditor *p_tileset_editor) { |
