Fixing 1:1 PAR for 270 degree rotation
This commit is contained in:
parent
ba183cf7a6
commit
7088281b52
|
@ -18653,7 +18653,7 @@ static void video_driver_set_viewport_square_pixel(void)
|
|||
highest = i;
|
||||
}
|
||||
|
||||
if (get_rotation() % 4) {
|
||||
if (get_rotation() % 2) {
|
||||
aspect_x = height / highest;
|
||||
aspect_y = width / highest;
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue