Skip to content

Commit

Permalink
Fixed view border flicker, again
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jul 4, 2003
1 parent 217b260 commit ce98c59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doomsday/Src/jHexen/HRefresh.c
Expand Up @@ -272,6 +272,9 @@ void G_Drawer(void)
// We'll draw the chat text *after* the status bar to
// be a bit clearer.
CT_Drawer();

// Also update view borders?
if(Get(DD_VIEWWINDOW_HEIGHT) != 200) GL_Update(DDUF_BORDER);
break;

case GS_INTERMISSION:
Expand Down

0 comments on commit ce98c59

Please sign in to comment.