From 1fdb63a26d7515bf533c55106f40d3bdaeeb4c29 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 15 Jan 2006 00:12:52 +0000 Subject: [PATCH] clarify --- 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 22ba31c65f..57a197b700 100644 --- a/stepmania/src/arch/LowLevelWindow/LowLevelWindow_Win32.cpp +++ b/stepmania/src/arch/LowLevelWindow/LowLevelWindow_Win32.cpp @@ -101,7 +101,7 @@ void DumpPixelFormat( const PIXELFORMATDESCRIPTOR &pfd ) /* This function does not reset the video mode if it fails, because we might be trying * yet another video mode, so we'd just thrash the display. On fatal error, - * LowLevelWindow_Win32::~LowLevelWindow_Win32 will call Shutdown(). */ + * LowLevelWindow_Win32::~LowLevelWindow_Win32 will call GraphicsWindow::Shutdown(). */ CString LowLevelWindow_Win32::TryVideoMode( const VideoModeParams &p, bool &bNewDeviceOut ) { //LOG->Warn( "LowLevelWindow_Win32::TryVideoMode" );