From 78f297efd8599ea9442dcf9a5bb7649675e3c4e0 Mon Sep 17 00:00:00 2001 From: yellowtd Date: Mon, 17 Nov 2014 03:50:15 -0500 Subject: [PATCH] Comment out HWR_MakeScreenFinalTexture unsure why this is here right now.. --- src/hardware/hw_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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