RageDisplay_Null.cpp:89: warning: missing initializer for member `DisplayResolution::bStretched'
This commit is contained in:
@@ -86,7 +86,7 @@ RString RageDisplay_Null::Init( const VideoModeParams &p, bool bAllowUnaccelerat
|
||||
void RageDisplay_Null::GetDisplayResolutions( DisplayResolutions &out ) const
|
||||
{
|
||||
out.clear();
|
||||
DisplayResolution res = { 640, 480 };
|
||||
DisplayResolution res = { 640, 480, true };
|
||||
out.insert( res );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user