mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
gp:: do_adjm is now set for sphere for performance
This commit is contained in:
parent
21cc2f6a7d
commit
131b9f656e
@ -333,7 +333,7 @@ EX namespace gp {
|
||||
set_heptspin(vc[2], hs + wstep - 1 + wstep + 1).mindir = -3;
|
||||
}
|
||||
|
||||
do_adjm = quotient;
|
||||
do_adjm = quotient || sphere;
|
||||
if(do_adjm) {
|
||||
auto m = (hrmap_standard*)currentmap;
|
||||
get_mapping(vc[0]).adjm = Id;
|
||||
|
Loading…
Reference in New Issue
Block a user