Renderer: Use old method of calculating the source rectangle.

This commit is contained in:
Jules Blok 2014-12-25 02:37:22 +01:00
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;
};