mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 08:21:29 +12:00
rsx: Copypasta fix (#8289)
This commit is contained in:
parent
865180e63e
commit
f56b362769
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue