mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-25 15:01:13 +00:00
Render errored holey textures as TRANSERx
This commit is contained in:
parent
38c9c5f9a7
commit
3e225f97a2
1 changed files with 2 additions and 1 deletions
|
|
@ -2068,7 +2068,8 @@ void R_StoreWallRange(INT32 start, INT32 stop)
|
|||
if (textures[texnum]->holes)
|
||||
{
|
||||
srb2::r_debug::add_texture_to_frame_list(texnum);
|
||||
return 0; // R_DrawWallColumn cannot render holey textures
|
||||
// R_DrawWallColumn cannot render holey textures
|
||||
return R_GetTextureNum(R_CheckTextureNumForName("TRANSER1"));
|
||||
}
|
||||
return texnum;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue