fake:: added missing override

This commit is contained in:
Zeno Rogue 2021-08-05 20:33:40 +02:00
parent dda9f29403
commit c4c862ad01
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ EX namespace fake {
return FPIU(currentmap->create_step(parent, d));
}
virtual hyperpoint get_corner(cell *c, int cid, ld cf=3) {
hyperpoint get_corner(cell *c, int cid, ld cf=3) override {
if(arcm::in()) {
return underlying_map->get_corner(c, cid, cf);