fixed the 'cancel texture' option

This commit is contained in:
Zeno Rogue 2018-05-03 12:15:58 +02:00
parent 43a22ca135
commit 920a3a91fd
1 changed files with 1 additions and 2 deletions

View File

@ -1189,8 +1189,7 @@ void showMenu() {
else if(uni == 'T' && config.tstate == tsAdjusting) {
config.tstate = tsOff;
if(config.tstate == tsActive)
config.tstate = tsOff;
config.tstate_max = tsOff;
}
else if(uni == 'T' && config.tstate == tsActive)