Comment out HWR_MakeScreenFinalTexture

unsure why this is here right now..
This commit is contained in:
yellowtd 2014-11-17 03:50:15 -05:00
parent c8863a3590
commit 78f297efd8

View file

@ -5942,7 +5942,7 @@ void HWR_DoWipe(UINT8 wipenum, UINT8 scrnnum)
if (HWRWipeCounter > 1.0f)
HWRWipeCounter = 1.0f;
}
/*
void HWR_MakeScreenFinalTexture(void)
{
HWD.pfnMakeScreenFinalTexture();
@ -5952,5 +5952,5 @@ void HWR_DrawScreenFinalTexture(int width, int height)
{
HWD.pfnDrawScreenFinalTexture(width, height);
}
*/
#endif // HWRENDER