Disable tracing from Raylib.
This commit is contained in:
@@ -20,7 +20,7 @@ namespace DaggerFramework.Rendering
|
||||
|
||||
public override void CreateWindow(string title, Vector2 size)
|
||||
{
|
||||
// Raylib.SetTraceLogLevel(TraceLogLevel.LOG_NONE);
|
||||
Raylib.SetTraceLogLevel(TraceLogLevel.LOG_NONE);
|
||||
_windowSize = size;
|
||||
Raylib.InitWindow((int)_windowSize.X, (int)_windowSize.Y, title);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user