mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-25 10:06:48 +00:00
Use Debug.WriteLine instead of Debug.Print on a single-parameter string. Fixes compilation on mobile devices.
This commit is contained in:
parent
1b7c8fb295
commit
a7964470c6
|
@ -209,7 +209,7 @@ namespace OpenTK.Platform.MacOS
|
||||||
|
|
||||||
ConnectEvents();
|
ConnectEvents();
|
||||||
|
|
||||||
System.Diagnostics.Debug.Print("Attached window events.");
|
System.Diagnostics.Debug.WriteLine("Attached window events.");
|
||||||
}
|
}
|
||||||
|
|
||||||
void ConnectEvents()
|
void ConnectEvents()
|
||||||
|
|
Loading…
Reference in a new issue