fixed unused variables in mapeditor

This commit is contained in:
Zeno Rogue 2020-07-04 13:33:14 +02:00
parent 8a16659857
commit 3f53698f36
1 changed files with 3 additions and 3 deletions

View File

@ -2349,13 +2349,13 @@ namespace mapeditor {
#if CAP_TEXTURE
bool intexture = texture::config.tstate == texture::tsActive;
freedraw |= intexture;
#else
always_false intexture;
#endif
if(freedraw) {
#if CAP_TEXTURE
int tcolor = (dtcolor >> 8) | ((dtcolor & 0xFF) << 24);
#endif
if(uni == '-' && !clickused) {
if(mousekey == 'e') {