This commit is contained in:
Glenn Maynard
2005-12-10 18:58:43 +00:00
parent 919e36db03
commit f8c0c0124a
2 changed files with 5 additions and 6 deletions
@@ -460,9 +460,8 @@ void GraphicsWindow::Update()
{
//LOG->Warn( "Changing resolution" );
/* Let DISPLAY know that our resolution has changed. (Note that
* ResolutionChanged() can come back here, so reset g_bResolutionChanged
* first.) */
/* Let DISPLAY know that our resolution has changed. (Note that ResolutionChanged()
* can come back here, so reset g_bResolutionChanged first.) */
g_bResolutionChanged = false;
DISPLAY->ResolutionChanged();
}