Update TEngineLogHelper.cs

This commit is contained in:
ALEXTANG
2023-05-17 23:05:58 +08:00
parent b04fff4ec9
commit e65245371a

View File

@@ -160,7 +160,7 @@ namespace TEngine
}
else if (type == LogLevel.EXCEPTION)
{
// Debug.LogError(logStr);
Debug.LogError(logStr);
throw new Exception(logStr);
}
}