mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 22:12:59 +00:00 
			
		
		
		
	removed debug from full-screen dialog display
This commit is contained in:
		| @@ -620,7 +620,6 @@ EX namespace dialog { | ||||
|             int cx = bx == 0 ? 0 : bx == 16 ?vid.xres : | ||||
|               vid.xres - dwidth + width * tan((bx-8)/8. * 90._deg); | ||||
|             part(col, 0) = lerp(0, full, bx / 16.); | ||||
|             if(c == 0) println(hlog, "bx = ", bx, " -> cx = ", cx, " darken = ", part(col, 0)); | ||||
|             auravertices.emplace_back(hyperpoint(cx - current_display->xcenter, by - current_display->ycenter, 0, 1), col); | ||||
|             } | ||||
|           } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue