mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-06 04:17:58 +00:00
Eliminate -Woverloaded-virtual warnings from Clang. NFCI.
This commit is contained in:
2
kite.cpp
2
kite.cpp
@@ -326,7 +326,7 @@ struct hrmap_kite : hrmap {
|
||||
}
|
||||
}
|
||||
|
||||
transmatrix relative_matrix(heptagon *h2, heptagon *h1, const hyperpoint& hint) override {
|
||||
transmatrix relative_matrixh(heptagon *h2, heptagon *h1, const hyperpoint& hint) override {
|
||||
if(gmatrix0.count(h2->c7) && gmatrix0.count(h1->c7))
|
||||
return inverse_shift(gmatrix0[h1->c7], gmatrix0[h2->c7]);
|
||||
transmatrix gm = Id, where = Id;
|
||||
|
Reference in New Issue
Block a user