- second part of texture fix.

This commit is contained in:
Christoph Oelckers 2018-02-15 18:40:23 +01:00
commit 6a02eaa595
3 changed files with 14 additions and 5 deletions

View file

@ -551,6 +551,7 @@ void OpenGLFrameBuffer::GameRestart()
UpdatePalette ();
ScreenshotBuffer = NULL;
gl_GenerateGlobalBrightmapFromColormap();
GLRenderer->GetSpecialTextures();
}