fixed unused variables

This commit is contained in:
? 2019-02-08 18:05:57 +01:00
parent 162542b616
commit a2c46eacc4
1 changed files with 1 additions and 1 deletions

View File

@ -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; i<c->type; i += sih.symmetries) {
transmatrix M2 = V * applyPatterndir(c, sih) * spin(2*M_PI*i/c->type);