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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user