mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-20 17:53:20 +00:00
hud:: increased alpha/scale in prod to prevent some bad display
This commit is contained in:
parent
c4b851f71b
commit
599783d4ab
1
hud.cpp
1
hud.cpp
@ -487,6 +487,7 @@ EX void drawStats() {
|
||||
dynamicval<ld> va(vid.alpha, 1);
|
||||
dynamicval<ld> vs(vid.scale, 1);
|
||||
dynamicval<ld> vc(vid.camera_angle, 0);
|
||||
if(prod) vid.alpha = 30, vid.scale = 30;
|
||||
|
||||
calcparam();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user