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:
parent
738d12ddf0
commit
b67b37f8f4
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user