mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	gp:: do_adjm is now set for sphere for performance
This commit is contained in:
		| @@ -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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue