- fixed: If we want to cache texture binding state we have to reset it in all places where a texture becomes unbound.
This commit is contained in:
parent
12160bd29c
commit
a280c20b4e
4 changed files with 8 additions and 0 deletions
|
|
@ -240,6 +240,7 @@ void OpenGLFrameBuffer::WipeCleanup()
|
|||
delete wipeendscreen;
|
||||
wipeendscreen = NULL;
|
||||
}
|
||||
FMaterial::ClearLastTexture();
|
||||
}
|
||||
|
||||
//==========================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue