Unused arguments removed from XFBSource::Draw

Thanks neo.
This commit is contained in:
Matthew Parlane
2013-11-24 11:33:43 +13:00
parent 672fa65ee7
commit 0a31255943
7 changed files with 7 additions and 8 deletions

View File

@ -1379,7 +1379,7 @@ void Renderer::Swap(u32 xfbAddr, u32 fbWidth, u32 fbHeight,const EFBRectangle& r
sourceRc.top = xfbSource->sourceRc.top;
sourceRc.bottom = xfbSource->sourceRc.bottom;
xfbSource->Draw(sourceRc, drawRc, 0, 0);
xfbSource->Draw(sourceRc, drawRc);
}
}
else