mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	fixed two types in the binary tiling
This commit is contained in:
		| @@ -884,6 +884,7 @@ namespace patterns { | |||||||
|      |      | ||||||
|     if(binarytiling) { |     if(binarytiling) { | ||||||
|       if(pat == PAT_SINGLETYPE) si.id = 0; |       if(pat == PAT_SINGLETYPE) si.id = 0; | ||||||
|  |       else si.id = c->type & 1; | ||||||
|       si.dir = 2; |       si.dir = 2; | ||||||
|       return si; |       return si; | ||||||
|       } |       } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue