Skip to content

Commit

Permalink
#2696 The viewer crashes after pressing on different types of gestures
Browse files Browse the repository at this point in the history
  • Loading branch information
LLGuru committed Oct 9, 2024
1 parent 0f9d2dc commit 67310fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions indra/llrender/llgltexture.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ void LLGLTexture::cleanup()
if(mGLTexturep)
{
mGLTexturep->cleanup();
mGLTexturep = nullptr;
}
}

Expand Down

0 comments on commit 67310fe

Please sign in to comment.