diff --git a/src/hardware/hw_main.c b/src/hardware/hw_main.c index 04f3b820e..35d4996f9 100644 --- a/src/hardware/hw_main.c +++ b/src/hardware/hw_main.c @@ -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