Fix typos
This commit is contained in:
@@ -622,7 +622,7 @@ void EngineImpl::InitMainWindow()
|
|||||||
if (exception)
|
if (exception)
|
||||||
{
|
{
|
||||||
MException ex(exception);
|
MException ex(exception);
|
||||||
ex.Log(LogType::Fatal, TEXT("FlaxEngine.ClassLibraryInitializer.SetWindow"));
|
ex.Log(LogType::Fatal, TEXT("FlaxEngine.Scripting.SetWindow"));
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -942,7 +942,7 @@ bool initFlaxEngine()
|
|||||||
if (exception)
|
if (exception)
|
||||||
{
|
{
|
||||||
MException ex(exception);
|
MException ex(exception);
|
||||||
ex.Log(LogType::Fatal, TEXT("FlaxEngine.ClassLibraryInitializer.Init"));
|
ex.Log(LogType::Fatal, TEXT("FlaxEngine.Scripting.Init"));
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user