mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-11 10:54:08 +00:00
no HUD when texture saving
This commit is contained in:
parent
50d4378af4
commit
958c5e5a4b
@ -491,6 +491,7 @@ void texture_config::saveFullTexture(string tn) {
|
|||||||
dynamicval<ld> dy(vid.yposition, 0);
|
dynamicval<ld> dy(vid.yposition, 0);
|
||||||
dynamicval<ld> dvs(vid.scale, (pmodel == mdDisk && !euclid) ? 1 : vid.scale);
|
dynamicval<ld> dvs(vid.scale, (pmodel == mdDisk && !euclid) ? 1 : vid.scale);
|
||||||
dynamicval<bool> dro(rug::rugged, false);
|
dynamicval<bool> dro(rug::rugged, false);
|
||||||
|
dynamicval<bool> dnh(nohud, true);
|
||||||
texture::saving = true;
|
texture::saving = true;
|
||||||
drawscreen();
|
drawscreen();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user