Fixed build.

This commit is contained in:
Branimir Karadžić 2017-07-15 15:18:38 -07:00
parent 0bbbb585d1
commit 7360d29c4b

View File

@ -909,7 +909,7 @@ namespace bgfx { namespace mtl
}
//cmdPre
void requestScreenShotPre(const char* _filePath) override
void requestScreenShotPre(const char* _filePath)
{
BX_UNUSED(_filePath);
m_saveScreenshot = true;