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

fixed the combinations of Archimedean, fake, and embedding

This commit is contained in:
Zeno Rogue
2023-06-10 10:33:42 +02:00
parent e68cd6736e
commit 59dd09173a
7 changed files with 121 additions and 51 deletions

View File

@@ -719,6 +719,7 @@ EX void make_air() {
}
check_cgi();
calcparam();
cgi.require_basics();
GLERR("after make_air");
current_display->set_viewport(0);
current_display->set_all(0,0);