fix VC6 compile error
This commit is contained in:
@@ -195,6 +195,7 @@ const PixelFormatDesc *RageDisplay_D3D::GetPixelFormatDesc(PixelFormat pf) const
|
|||||||
|
|
||||||
|
|
||||||
RageDisplay_D3D::RageDisplay_D3D( VideoModeParams p )
|
RageDisplay_D3D::RageDisplay_D3D( VideoModeParams p )
|
||||||
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
LOG->Trace( "RageDisplay_D3D::RageDisplay_D3D()" );
|
LOG->Trace( "RageDisplay_D3D::RageDisplay_D3D()" );
|
||||||
@@ -285,7 +286,8 @@ try
|
|||||||
g_D3D8_Module = NULL;
|
g_D3D8_Module = NULL;
|
||||||
}
|
}
|
||||||
throw;
|
throw;
|
||||||
};
|
}
|
||||||
|
}
|
||||||
|
|
||||||
void RageDisplay_D3D::Update(float fDeltaTime)
|
void RageDisplay_D3D::Update(float fDeltaTime)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user