1
0
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:
Zeno Rogue 2021-04-07 22:41:44 +02:00
parent 21cc2f6a7d
commit 131b9f656e

View File

@ -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;