diff options
author | kleonc <9283098+kleonc@users.noreply.github.com> | 2021-06-01 12:17:32 +0200 |
---|---|---|
committer | kleonc <9283098+kleonc@users.noreply.github.com> | 2021-06-01 12:17:32 +0200 |
commit | 019c99e5385a3f0055bc4e72b2c48b9cf0a0442d (patch) | |
tree | 2ab46c7e0d9b94c795d4c890c8650bee5f6633a5 | |
parent | 4c1d555b9a07fa40d7e9237557d8762b3f22d5d5 (diff) |
TextureRegionEditor Fix not updating on editing region with autoslice cached
-rw-r--r-- | editor/plugins/texture_region_editor_plugin.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/plugins/texture_region_editor_plugin.cpp b/editor/plugins/texture_region_editor_plugin.cpp index 62ecdb8c32..9526160674 100644 --- a/editor/plugins/texture_region_editor_plugin.cpp +++ b/editor/plugins/texture_region_editor_plugin.cpp @@ -937,7 +937,6 @@ void TextureRegionEditor::_edit_region() { if (cache_map.has(texture->get_rid())) { autoslice_cache = cache_map[texture->get_rid()]; autoslice_is_dirty = false; - return; } else { if (is_visible() && snap_mode == SNAP_AUTOSLICE) { _update_autoslice(); |