mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-13 10:50:35 +00:00
texture pattern no longer affects map editor pattern
This commit is contained in:
parent
b104cc0361
commit
6115e5a96d
@ -1628,7 +1628,7 @@ EX namespace mapeditor {
|
|||||||
void allInPattern(cellwalker where) {
|
void allInPattern(cellwalker where) {
|
||||||
|
|
||||||
manual_celllister cl;
|
manual_celllister cl;
|
||||||
if(!patterns::whichPattern) {
|
if(!patterns::whichPattern || texture::config.tstate == texture::tsActive) {
|
||||||
editAt(where, cl);
|
editAt(where, cl);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user