Small tweak for #701

This commit is contained in:
JannisX11 2020-08-15 14:54:42 +02:00
parent f490986c92
commit 7060060325

View File

@ -918,7 +918,9 @@ class UVEditor {
}
}
if (!tex || typeof tex !== 'object') {
//unselectTextures()
if (!Format.single_texture) {
unselectTextures()
}
} else {
tex.select()
}