1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-13 13:31:48 +00:00

Revert "Expose "meta" to the Inspector"

This commit is contained in:
Rémi Verschelde
2019-07-22 12:03:57 +02:00
committed by GitHub
parent 4b1ec08bc3
commit 9f5b77acc9
7 changed files with 14 additions and 17 deletions

View File

@@ -252,7 +252,7 @@ class TilesetEditorContext : public Object {
bool snap_options_visible;
public:
bool _hide_object_properties_from_inspector() { return true; }
bool _hide_script_from_inspector() { return true; }
void set_tileset(const Ref<TileSet> &p_tileset);
private: