You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
TextureRegionEditor Fix not updating on editing region with autoslice cached
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user