1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-09 12:50:35 +00:00

Added a workaround to avoid crashes due to how TileSet editor works, fixes #23672

Also fixed a few uninitialized memory variables.
This commit is contained in:
Juan Linietsky
2019-02-22 17:42:29 -03:00
parent 16e67388a2
commit 7f63b0e8cd
6 changed files with 10 additions and 1 deletions

View File

@@ -2705,6 +2705,7 @@ void TilesetEditorContext::_bind_methods() {
TilesetEditorContext::TilesetEditorContext(TileSetEditor *p_tileset_editor) {
tileset_editor = p_tileset_editor;
snap_options_visible = false;
}
void TileSetEditorPlugin::edit(Object *p_node) {