crash fixed in geom-exp menu

This commit is contained in:
Zeno Rogue 2020-07-24 16:20:49 +02:00
parent 7d7fe85199
commit 269a65862f
1 changed files with 19 additions and 17 deletions

View File

@ -622,6 +622,7 @@ EX void showEuclideanMenu() {
int denom = (2*ts + 2*tv - ts * tv);
#if CAP_GP
if(GOLDBERG || INVERSE) {
ld area = PIU(cgi.gpdata->area);
if(GOLDBERG || WARPED) {
@ -643,6 +644,7 @@ EX void showEuclideanMenu() {
denom *= 3;
}
}
}
#endif
int worldsize;