1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-23 13:07:16 +00:00

intra:: decide_lpu after portal hopping

This commit is contained in:
Zeno Rogue 2024-11-07 21:43:55 +01:00
parent 5bc2245f45
commit 7ccca5cfcb

View File

@ -609,7 +609,7 @@ EX void check_portal_movement() {
analyze_orthonormal(ds, ss);
}
set_view(ds[0], ds[1], ds[2]);
set_view(ds[0], ds[1], ds[2]); decide_lpu();
if(debug_portal & 8) {
array<hyperpoint, 4> xds; /* camera, forward, upward */