mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-30 21:42:59 +00:00 
			
		
		
		
	tetrahedral-octahedral honeycomb
This commit is contained in:
		| @@ -1067,7 +1067,7 @@ void geometry_information::create_wall3d() { | ||||
|     walloffsets.clear(); | ||||
|     } | ||||
|  | ||||
|   else if(reg3::in() && !PURE) { | ||||
|   else if((reg3::in() && !PURE) || geometry == gOctTet3) { | ||||
|     int tot = 0; | ||||
|     for(auto& ss: cgi.subshapes) tot += isize(ss.faces); | ||||
|     reserve_wall3d(tot); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue