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++;