1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-07 04:47:56 +00:00

fixed the floor graphics in dual tilings

This commit is contained in:
Zeno Rogue
2025-08-17 14:23:12 +02:00
parent 6c3400aeae
commit 963c2326ec
2 changed files with 4 additions and 0 deletions

View File

@@ -423,6 +423,7 @@ void geometry_information::generate_floorshapes_for(int id, cell *c) {
if(fake::in()) data = FPIU(cgi.gpdata);
siid = data->id_to_params[id][0] == 1;
sidir = data->id_to_params[id][1];
if(INVERSE) siid = 1;
}
else if(PURE && geometry != gBinaryTiling && geosupport_football() < 2) {