diff --git a/src/gl/textures/gl_material.cpp b/src/gl/textures/gl_material.cpp index 5ab7a8242f..74cdcd7252 100644 --- a/src/gl/textures/gl_material.cpp +++ b/src/gl/textures/gl_material.cpp @@ -173,6 +173,8 @@ void FGLTexture::Clean(bool all) delete mHwTexture; mHwTexture = NULL; } + + lastSampler = 253; } }