1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-25 15:37:42 +00:00

TextureRegionEditor Fix not updating on editing region with autoslice cached

(cherry picked from commit 019c99e538)
This commit is contained in:
kleonc
2021-06-01 12:17:32 +02:00
committed by Rémi Verschelde
parent a34c0a9248
commit 7674015231

View File

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