From 96019edfa1c794c7a84406a42d061749d873a369 Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Fri, 27 Feb 2009 05:30:35 +0000 Subject: [PATCH] debug build fix git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2451 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Plugins/Plugin_VideoOGL/Src/VertexManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Plugins/Plugin_VideoOGL/Src/VertexManager.cpp b/Source/Plugins/Plugin_VideoOGL/Src/VertexManager.cpp index 5df25369b4..7201875e11 100644 --- a/Source/Plugins/Plugin_VideoOGL/Src/VertexManager.cpp +++ b/Source/Plugins/Plugin_VideoOGL/Src/VertexManager.cpp @@ -299,7 +299,7 @@ void Flush() if (g_Config.iLog & CONF_SAVETARGETS) { char str[128]; sprintf(str, "%sframes/targ%.3d.tga", FULL_DUMP_DIR, g_Config.iSaveTargetId); - Renderer::SaveRenderTarget(str, 0); + Renderer::SaveRenderTarget(str); } #endif g_Config.iSaveTargetId++;