1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-22 17:37:39 +00:00

clearing unused TriheptaSpecial shapes to fix a crash on iOS

This commit is contained in:
Zeno Rogue
2019-06-03 22:25:17 +02:00
parent db744db786
commit e61930c0b1
2 changed files with 2 additions and 1 deletions

View File

@@ -1067,7 +1067,7 @@ void geometry_information::prepare_shapes() {
bshape(shAsymmetric, PPR::TEXT, scalefactor, 374);
for(auto& sh: shTriheptaSpecial) sh.s = sh.e = 0;
for(auto& sh: shTriheptaSpecial) sh.clear();
bshape(shTriheptaSpecial[2], PPR::FLOOR, scalefactor, 32);
bshape(shTriheptaSpecial[3], PPR::FLOOR, scalefactor, 33);