1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-16 19:18:05 +00:00

fake:: support Archimedean pure

This commit is contained in:
Zeno Rogue
2020-05-31 16:18:44 +02:00
parent b17c75ccec
commit 5238959cbd
7 changed files with 92 additions and 30 deletions

View File

@@ -1083,7 +1083,7 @@ void geometry_information::configure_floorshapes() {
if(0);
#if CAP_ARCM
else if(arcm::in())
shFullFloor.configure(arcm::current.scale()/2, arcm::current.scale()/2);
shFullFloor.configure(arcm::current_or_fake().scale()/2, arcm::current_or_fake().scale()/2);
#endif
else
shFullFloor.configure(hexvdist, rhexf);