Skip to content

Commit

Permalink
xrRenderGL: fix crash at exit from credits video
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleivg committed Nov 6, 2018
1 parent 55d6591 commit a84d7a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Layers/xrRenderGL/glSH_Texture.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ void CTexture::Load()

flags.bUser = false;
flags.MemoryUsage = 0;
if (0 == *cName) return;
if (0 == xr_stricmp(*cName, "$null")) return;
if (nullptr != strstr(*cName, "$user$"))
{
Expand Down

0 comments on commit a84d7a3

Please sign in to comment.