Merge pull request #2956 from JosJuice/extra-space

Remove extra space from 5a32c3f
This commit is contained in:
Lioncash 2015-09-04 14:22:59 -04:00
commit e90eb17aeb

View File

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