From 6115e5a96d97be08d9fb53a2c251e65085e4c7b4 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 5 Feb 2023 22:00:29 +0100 Subject: [PATCH] texture pattern no longer affects map editor pattern --- mapeditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mapeditor.cpp b/mapeditor.cpp index f4d3a04e..b9f3b1ba 100644 --- a/mapeditor.cpp +++ b/mapeditor.cpp @@ -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; }