Code/Tools/AssetProcessor
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -543,7 +543,7 @@ public:
|
||||
Q_EMIT UnitTestPassed();
|
||||
}
|
||||
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user