mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-21 18:32:08 +00:00
Fix build error
This commit is contained in:
parent
467cc59c64
commit
0292e0e1f6
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue