summaryrefslogtreecommitdiffstats
path: root/editor/plugins/tile_set_editor_plugin.cpp
diff options
context:
space:
mode:
authorMichael Alexsander Silva Dias <michaelalexsander@protonmail.com>2018-10-02 05:18:37 -0300
committerMichael Alexsander Silva Dias <michaelalexsander@protonmail.com>2018-12-08 02:27:20 -0200
commite425f2d4984f6122ff4a8b20d69b79f89538687b (patch)
tree9d5d9de6ed4c7cf3eae14fdf386f88e523260727 /editor/plugins/tile_set_editor_plugin.cpp
parent41d1dba35fc851258d5aabad819d09f6a43e324c (diff)
downloadredot-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.cpp2
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) {