浏览代码

TextureRegionEditor Fix not updating on editing region with autoslice cached

(cherry picked from commit 019c99e5385a3f0055bc4e72b2c48b9cf0a0442d)
kleonc 4 年之前
父节点
当前提交
dfee7e71c7
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      editor/plugins/texture_region_editor_plugin.cpp

+ 0 - 1
editor/plugins/texture_region_editor_plugin.cpp

@@ -951,7 +951,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();