debug mode compile fix

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4262 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
hrydgard 2009-09-13 15:03:21 +00:00
parent 73d2b3e968
commit 5911abc600
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ void DX9Debugger_Pause_Count_N(PauseEvent event,bool update)
if (update)
{
D3D::EndFrame();
D3D::BeginFrame(false);
D3D::BeginFrame(false, 0x00000000, 1.0f);
}
DX9DebuggerCheckAndPause();
}