Compile fix.
This commit is contained in:
parent
6ccfd85f42
commit
f041eee23b
|
@ -99,8 +99,8 @@ Renderer::~Renderer()
|
||||||
if (g_ActiveConfig.bDumpFrames && bLastFrameDumped && bAVIDumping)
|
if (g_ActiveConfig.bDumpFrames && bLastFrameDumped && bAVIDumping)
|
||||||
AVIDump::Stop();
|
AVIDump::Stop();
|
||||||
#else
|
#else
|
||||||
if (f_pFrameDump.IsOpen())
|
if (pFrameDump.IsOpen())
|
||||||
f_pFrameDump.Close();
|
pFrameDump.Close();
|
||||||
#endif
|
#endif
|
||||||
delete[] frame_data;
|
delete[] frame_data;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue