1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-18 03:04:48 +00:00

fixed a bug in hybrid gp

This commit is contained in:
Zeno Rogue 2023-01-03 20:50:48 +01:00
parent 7d0235b459
commit 016b0a95bc

View File

@ -689,6 +689,8 @@ void geometry_information::prepare_basics() {
base_distlimit = ginf[geometry].distlimit[!BITRUNCATED];
hybrid_finish:
#if CAP_GP
gp::compute_geometry(inv);
#endif
@ -723,8 +725,6 @@ void geometry_information::prepare_basics() {
else if(nil) nilv::create_faces();
#endif
hybrid_finish:
scalefactor = crossf / hcrossf7;
orbsize = crossf;