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

intra:: cleaner scale changing

This commit is contained in:
Zeno Rogue
2023-11-30 12:34:41 +01:00
parent c94e927929
commit c69bed4d12
3 changed files with 30 additions and 20 deletions

View File

@@ -2262,6 +2262,10 @@ EX void optimizeview() {
View = iview_inverse(iView);
fixmatrix(View);
callhooks(hooks_postoptimize);
#if CAP_PORTALS
intra::apply_scale();
#endif
walking::handle();