mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-18 23:10:26 +00:00
arb:: fixed warning
This commit is contained in:
parent
561a986b3d
commit
edee92d877
@ -472,7 +472,6 @@ EX void unmirror(arbi_tiling& c) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void reduce_gcd(int& a, int b) {
|
static void reduce_gcd(int& a, int b) {
|
||||||
int nv = abs(gcd(a, b));
|
|
||||||
a = abs(gcd(a, b));
|
a = abs(gcd(a, b));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user