mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-07 16:45:10 +00:00
Update TEngineLogHelper.cs
This commit is contained in:
@@ -160,7 +160,7 @@ namespace TEngine
|
|||||||
}
|
}
|
||||||
else if (type == LogLevel.EXCEPTION)
|
else if (type == LogLevel.EXCEPTION)
|
||||||
{
|
{
|
||||||
// Debug.LogError(logStr);
|
Debug.LogError(logStr);
|
||||||
throw new Exception(logStr);
|
throw new Exception(logStr);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user