1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-12 07:16:01 +00:00

fixed buggy resizing

This commit is contained in:
Zeno Rogue
2022-05-01 11:25:49 +02:00
parent d3864a2e2c
commit 15e09eb6ec
3 changed files with 12 additions and 7 deletions

View File

@@ -686,6 +686,7 @@ EX namespace netgen {
dynamicval<bool> dfs(vid.change_fullscr, true);
dynamicval<bool> dcf(vid.want_fullscreen, false);
dynamicval<eModel> m(pmodel, mdPixel);
request_resolution_change = true;
apply_screen_settings();