mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 10:42:36 +01:00
rsx: Copypasta fix (#8289)
This commit is contained in:
parent
865180e63e
commit
f56b362769
@ -1092,7 +1092,7 @@ namespace rsx
|
|||||||
|
|
||||||
if (scale_y < 1.f)
|
if (scale_y < 1.f)
|
||||||
{
|
{
|
||||||
float dst_y = in_y * scale_x;
|
float dst_y = in_y * scale_y;
|
||||||
in_y = static_cast<u16>(std::floor(dst_y) / scale_y);
|
in_y = static_cast<u16>(std::floor(dst_y) / scale_y);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user