mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-19 09:22:49 +00:00
fixed unused variables
This commit is contained in:
parent
162542b616
commit
a2c46eacc4
@ -1791,10 +1791,10 @@ namespace mapeditor {
|
|||||||
if(c == ls)
|
if(c == ls)
|
||||||
textrans = inverse(V * applyPatterndir(ls, sio));
|
textrans = inverse(V * applyPatterndir(ls, sio));
|
||||||
|
|
||||||
|
#if CAP_TEXTURE
|
||||||
transmatrix mh = textrans * rgpushxto0(mouseh);
|
transmatrix mh = textrans * rgpushxto0(mouseh);
|
||||||
transmatrix ml = textrans * rgpushxto0(lstart);
|
transmatrix ml = textrans * rgpushxto0(lstart);
|
||||||
|
|
||||||
#if CAP_TEXTURE
|
|
||||||
for(int j=0; j<=texture::texturesym; j++)
|
for(int j=0; j<=texture::texturesym; j++)
|
||||||
for(int i=0; i<c->type; i += sih.symmetries) {
|
for(int i=0; i<c->type; i += sih.symmetries) {
|
||||||
transmatrix M2 = V * applyPatterndir(c, sih) * spin(2*M_PI*i/c->type);
|
transmatrix M2 = V * applyPatterndir(c, sih) * spin(2*M_PI*i/c->type);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user