1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-15 02:28:05 +00:00

missing override markers

This commit is contained in:
Zeno Rogue
2019-11-30 18:47:04 +01:00
parent 89cfc2bce1
commit 56e575369b
5 changed files with 9 additions and 9 deletions

View File

@@ -508,7 +508,7 @@ EX namespace binary {
return -(d+2)*M_PI/4;
}
transmatrix adj(heptagon *h, int dir) {
transmatrix adj(heptagon *h, int dir) override {
if(geometry == gBinaryTiling) switch(dir) {
case bd_up: return xpush(-log(2));
case bd_left: return parabolic(-1);