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:
parent
7d0235b459
commit
016b0a95bc
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user