1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-31 14:02:59 +00:00

font system redesigned, font selection

This commit is contained in:
Zeno Rogue
2024-07-10 00:03:00 +02:00
parent 92d7eafcc3
commit 6bbd57ecbe
5 changed files with 128 additions and 67 deletions

View File

@@ -5600,6 +5600,7 @@ EX void calcparam() {
ld fov = vid.fov * degree / 2;
cd->tanfov = sin(fov) / (cos(fov) + get_stereo_param());
set_cfont();
callhooks(hooks_calcparam);
reset_projection();
}