return NULL -> return CString() for clarity and efficiency
This commit is contained in:
@@ -208,7 +208,7 @@ CString LowLevelWindow_Win32::TryVideoMode( RageDisplay::VideoModeParams p, bool
|
||||
return hr_ssprintf( GetLastError(), "wglCreateContext" );
|
||||
}
|
||||
}
|
||||
return ""; // we set the video mode successfully
|
||||
return CString(); // we set the video mode successfully
|
||||
}
|
||||
|
||||
void LowLevelWindow_Win32::SwapBuffers()
|
||||
|
||||
Reference in New Issue
Block a user