mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-08 20:32:50 +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];
|
base_distlimit = ginf[geometry].distlimit[!BITRUNCATED];
|
||||||
|
|
||||||
|
hybrid_finish:
|
||||||
|
|
||||||
#if CAP_GP
|
#if CAP_GP
|
||||||
gp::compute_geometry(inv);
|
gp::compute_geometry(inv);
|
||||||
#endif
|
#endif
|
||||||
@ -723,8 +725,6 @@ void geometry_information::prepare_basics() {
|
|||||||
else if(nil) nilv::create_faces();
|
else if(nil) nilv::create_faces();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
hybrid_finish:
|
|
||||||
|
|
||||||
scalefactor = crossf / hcrossf7;
|
scalefactor = crossf / hcrossf7;
|
||||||
orbsize = crossf;
|
orbsize = crossf;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user