From a2c46eacc4cdd2aa028247bbf337454172d6202a Mon Sep 17 00:00:00 2001 From: ? Date: Fri, 8 Feb 2019 18:05:57 +0100 Subject: [PATCH] fixed unused variables --- mapeditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mapeditor.cpp b/mapeditor.cpp index 0071c4da..61324629 100644 --- a/mapeditor.cpp +++ b/mapeditor.cpp @@ -1791,10 +1791,10 @@ namespace mapeditor { if(c == ls) textrans = inverse(V * applyPatterndir(ls, sio)); +#if CAP_TEXTURE transmatrix mh = textrans * rgpushxto0(mouseh); transmatrix ml = textrans * rgpushxto0(lstart); -#if CAP_TEXTURE for(int j=0; j<=texture::texturesym; j++) for(int i=0; itype; i += sih.symmetries) { transmatrix M2 = V * applyPatterndir(c, sih) * spin(2*M_PI*i/c->type);