Fix for ivis state desync, fixes menu colour bug noticed by vexed.

master
safety0ff 2010-10-17 16:09:56 -04:00
parent b4abb4f8eb
commit ae6b76dda5
1 changed files with 1 additions and 2 deletions

View File

@ -402,9 +402,8 @@ void screen_Upload(const char *newBackDropBmp, BOOL preview)
// Make sure the current texture page is reloaded after we are finished
// Otherwise WZ will think it is still loaded and not load it again
pie_SetTexturePage(TEXPAGE_NONE);
pie_SetTexturePage(TEXPAGE_EXTERN);
glEnable(GL_TEXTURE_2D);
glBindTexture(GL_TEXTURE_2D, backDropTexture);
glColor3f(1, 1, 1);