Code/Tools/SceneAPI

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-09-10 20:20:34 -07:00
parent d046389a30
commit 8f0f462f07
4 changed files with 6 additions and 6 deletions
@@ -108,7 +108,7 @@ namespace AZ
BusDisconnect();
}
bool OnPreAssert(const char* /*fileName*/, int /*line*/, const char* /*func*/, const char* /*message*/)
bool OnPreAssert(const char* /*fileName*/, int /*line*/, const char* /*func*/, const char* /*message*/) override
{
m_assertTriggered = true;
return true;