Fixing 1:1 PAR for 270 degree rotation

This commit is contained in:
Rémi 2019-11-16 23:18:56 +01:00
parent ba183cf7a6
commit 7088281b52

View File

@ -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 {