1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-02 10:48:04 +00:00

Fix default lambda args & extra semicolon.

This commit is contained in:
Jacob Mandelson
2022-09-17 14:44:50 -07:00
parent c7f8cafc28
commit 2939191fa1
2 changed files with 2 additions and 2 deletions

View File

@@ -1752,7 +1752,7 @@ EX namespace reg3 {
auto m = dynamic_cast<hrmap_h3*> (currentmap);
if(!m) throw hr_exception("get_size_of_fv incorrect");
return m->quotient_map->acells[aid]->type;
};
}
struct hrmap_sphere3 : hrmap_closed3 {