mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-23 15:36:59 +00:00
removed debug from full-screen dialog display
This commit is contained in:
parent
7195d688d0
commit
16a2aa0f4b
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user