DPI changes

This commit is contained in:
GoaLitiuM
2021-02-21 16:10:55 +02:00
parent 649b8a803c
commit deae939fef
3 changed files with 25 additions and 26 deletions

View File

@@ -231,12 +231,12 @@ namespace Cabrito
private void OnSendLog(LogType level, string msg, FlaxEngine.Object obj, string stackTrace)
{
Console.Print("[DEBUGs] " + 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()