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
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ namespace OpenTK.Platform.MacOS
|
|||
|
||||
ConnectEvents();
|
||||
|
||||
System.Diagnostics.Debug.Print("Attached window events.");
|
||||
System.Diagnostics.Debug.WriteLine("Attached window events.");
|
||||
}
|
||||
|
||||
void ConnectEvents()
|
||||
|
|
Loading…
Reference in a new issue