1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-23 21:07:17 +00:00

clear ext in prepare_shapes

This commit is contained in:
Zeno Rogue 2022-05-06 18:49:33 +02:00
parent 738d12ddf0
commit b67b37f8f4

View File

@ -1108,7 +1108,7 @@ void geometry_information::prepare_shapes() {
S84 = S42 * 2;
// printf("crossf = %f euclid = %d sphere = %d\n", float(crossf), euclid, sphere);
hpc.clear();
hpc.clear(); ext.clear();
make_sidewalls();