1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-01-22 23:17:04 +00:00

fixed unused variables

This commit is contained in:
? 2019-02-08 18:05:57 +01:00
parent 162542b616
commit a2c46eacc4

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);