mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-04-20 09:11:01 +00:00
Comment out HWR_MakeScreenFinalTexture
unsure why this is here right now..
This commit is contained in:
parent
c8863a3590
commit
78f297efd8
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue