This commit is contained in:
GoaLitiuM
2021-06-12 02:01:26 +03:00
parent 1b6e828abe
commit 5d98b41c85
15 changed files with 1482 additions and 15 deletions

View File

@@ -264,12 +264,12 @@ namespace Cabrito
private void OnSendLog(LogType level, string msg, FlaxEngine.Object obj, string stackTrace)
{
//Console.Print("[DEBUG] " + msg);
Console.Print("[DEBUG] " + msg);
}
private void OnSendExceptionLog(Exception exception, FlaxEngine.Object obj)
{
//Console.Print("[EXCEP] " + exception.Message);
Console.Print("[EXCEP] " + exception.Message);
}
public override void OnDestroy()