mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-26 18:10:35 +00:00
fixed resetview in embedded_plane in product
This commit is contained in:
parent
547c0785ef
commit
006a325d36
@ -2247,7 +2247,7 @@ EX void resetview() {
|
||||
if(WDIM == 3 && !gproduct) View = cspin90(0, 2) * View;
|
||||
if(gproduct) NLP = cspin90(0, 2);
|
||||
View = inverse(logical_to_actual()) * View;
|
||||
if(embedded_plane) View = cspin90(1, 2) * View;
|
||||
if(embedded_plane) get_view_orientation() = cspin90(1, 2) * get_view_orientation();
|
||||
if(embedded_plane && vid.wall_height < 0) View = cspin180(0, 1) * View;
|
||||
|
||||
cwtV = shiftless(View);
|
||||
|
Loading…
Reference in New Issue
Block a user