fix VC6 compile error

This commit is contained in:
Chris Danford
2003-06-27 08:33:15 +00:00
parent df728d987a
commit b9acabbed5
+3 -1
View File
@@ -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)
{ {