summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/BPStructs.cpp
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2015-09-04 15:32:30 +0200
committerJosJuice <josjuice@gmail.com>2015-09-04 15:32:30 +0200
commit0af2bbcea3025aae0eb69cde63e2284cdfa7e738 (patch)
tree6fa8eee240da3f3fcc76e2ad0bb81b5bf79bc928 /Source/Core/VideoCommon/BPStructs.cpp
parentad978122d94cf7b87d6f37f4569688ccd15287c7 (diff)
Remove extra space from 5a32c3f
Diffstat (limited to 'Source/Core/VideoCommon/BPStructs.cpp')
-rw-r--r--Source/Core/VideoCommon/BPStructs.cpp2
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)