mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-27 01:14:52 +00:00
silence the clang warning about 'y=y'
This commit is contained in:
parent
e1675c55ee
commit
c0d0a17c9d
@ -304,7 +304,7 @@ void applymodel(hyperpoint H, hyperpoint& ret) {
|
|||||||
x *= 2; y *= 2;
|
x *= 2; y *= 2;
|
||||||
break;
|
break;
|
||||||
case gcEuclid:
|
case gcEuclid:
|
||||||
y = y;
|
// y = y;
|
||||||
y *= 2; x *= 2;
|
y *= 2; x *= 2;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user