Renderer: Use old method of calculating the source rectangle.

This commit is contained in:
Jules Blok
2014-12-25 02:37:22 +01:00
parent 46bb4fd364
commit af8ac328e5
2 changed files with 6 additions and 2 deletions

View File

@ -24,6 +24,7 @@ struct XFBSourceBase
unsigned int texWidth;
unsigned int texHeight;
// TODO: only used by OGL
TargetRectangle sourceRc;
};