From 9e6db9eb4cea617fbda86550d05c049102493540 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 28 May 2005 03:12:58 +0000 Subject: [PATCH] cleanup --- stepmania/src/arch/LowLevelWindow/LowLevelWindow_Win32.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/arch/LowLevelWindow/LowLevelWindow_Win32.cpp b/stepmania/src/arch/LowLevelWindow/LowLevelWindow_Win32.cpp index 201d12e8c4..293529179f 100644 --- a/stepmania/src/arch/LowLevelWindow/LowLevelWindow_Win32.cpp +++ b/stepmania/src/arch/LowLevelWindow/LowLevelWindow_Win32.cpp @@ -157,7 +157,7 @@ CString LowLevelWindow_Win32::TryVideoMode( RageDisplay::VideoModeParams p, bool * * For some reason, if we destroy the old window before creating the new one, * the "fullscreen apps go under the taskbar" glitch will happen when we quit. - * We have to create the new window first, for some reason. + * We have to create the new window first. */ LOG->Trace( "Mode requires new pixel format, and we've already set one; resetting OpenGL context" ); if( g_HGLRC != NULL )