diff options
| author | Lioncash <mathew1800@gmail.com> | 2015-09-04 14:22:59 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2015-09-04 14:22:59 -0400 |
| commit | e90eb17aeb750662638860b26d4d88e4ea861c94 (patch) | |
| tree | dcc416e1abd4a86b5538be6d2af5a7388602610e /Source/Core/VideoCommon/BPStructs.cpp | |
| parent | 7ada372ed9305a48e9fe912da1f5ac928631baa9 (diff) | |
| parent | 0af2bbcea3025aae0eb69cde63e2284cdfa7e738 (diff) | |
Merge pull request #2956 from JosJuice/extra-space
Remove extra space from 5a32c3f
Diffstat (limited to 'Source/Core/VideoCommon/BPStructs.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/BPStructs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/BPStructs.cpp b/Source/Core/VideoCommon/BPStructs.cpp index cacb005143..2717fe4b21 100644 --- a/Source/Core/VideoCommon/BPStructs.cpp +++ b/Source/Core/VideoCommon/BPStructs.cpp @@ -241,7 +241,7 @@ static void BPWritten(const BPCmd& bp) else yScale = (float)bpmem.dispcopyyscale / 256.0f; - float num_xfb_lines = 1.0f + bpmem.copyTexSrcWH.y * yScale; + float num_xfb_lines = 1.0f + bpmem.copyTexSrcWH.y * yScale; u32 height = static_cast<u32>(num_xfb_lines); if (height > MAX_XFB_HEIGHT) |
