texture pattern no longer affects map editor pattern

This commit is contained in:
Zeno Rogue 2023-02-05 22:00:29 +01:00
parent b104cc0361
commit 6115e5a96d
1 changed files with 1 additions and 1 deletions

View File

@ -1628,7 +1628,7 @@ EX namespace mapeditor {
void allInPattern(cellwalker where) {
manual_celllister cl;
if(!patterns::whichPattern) {
if(!patterns::whichPattern || texture::config.tstate == texture::tsActive) {
editAt(where, cl);
return;
}