mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-14 13:57:38 +00:00
arb:: fixed warning
This commit is contained in:
@@ -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));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user