Skip to content

Commit

Permalink
Fixed: View window interpolated when switching to/from the help screen
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Nov 14, 2011
1 parent d69a4a0 commit c548b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/plugins/common/src/r_common.c
Expand Up @@ -187,7 +187,7 @@ void R_ResizeViewWindow(int flags)
if(maximized != oldMaximized)
{
oldMaximized = maximized;
flags |= RWF_FORCE;
flags |= RWF_FORCE|RWF_NO_LERP;
}

if(!(flags & RWF_FORCE))
Expand Down

0 comments on commit c548b91

Please sign in to comment.