1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-18 20:12:07 +00:00

backed-map:: removed debug

This commit is contained in:
Zeno Rogue
2026-04-18 19:02:12 +02:00
parent 97ca275b70
commit b564985fbe
-1
View File
@@ -54,7 +54,6 @@ void backed_map::initialize(heptagon *origin) {
alt->alt = alt;
current_altmap = newAltMap(alt);
if(f) geom3::light_flip(true);
println(hlog, "original alt is ", alt);
}
bool f = geom3::flipped;