Fix build error

This commit is contained in:
Lactozilla 2024-02-19 23:02:44 -03:00
parent 467cc59c64
commit 0292e0e1f6

View file

@ -763,8 +763,7 @@ GLMapTexture_t *HWR_GetTexture(INT32 tex)
#ifdef PARANOIA
I_Error("HWR_GetTexture: Invalid texture ID %d", tex);
#else
HWR_SetCurrentTexture(NULL);
return;
tex = 0;
#endif
}