mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-01 00:07:02 +00:00
removed debug from resolution rework
This commit is contained in:
parent
7c5691a131
commit
8ed6c72622
@ -1049,13 +1049,11 @@ ld textscale() {
|
||||
}
|
||||
|
||||
EX void compute_fsize() {
|
||||
println(hlog, "compute_fsize() called");
|
||||
dual::split_or_do([&] {
|
||||
if(vid.relative_font)
|
||||
vid.fsize = min(vid.yres * vid.fontscale/ 3200, vid.xres * vid.fontscale/ 4800);
|
||||
else
|
||||
vid.fsize = vid.abs_fsize;
|
||||
println(hlog, "set fsize to ", vid.fsize);
|
||||
if(vid.fsize < 6) vid.fsize = 6;
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user