mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-26 04:11:05 +00:00
* MacOS/CarbonGLNative.cs:
Removed unnecessary debug information.
This commit is contained in:
parent
df4339433a
commit
455acac6f8
|
@ -578,7 +578,6 @@ namespace OpenTK.Platform.MacOS
|
||||||
if (client.Y >= Height)
|
if (client.Y >= Height)
|
||||||
client.Y = Height - 1;
|
client.Y = Height - 1;
|
||||||
|
|
||||||
Debug.Print("[{0}:{1}]", client.X, client.Y);
|
|
||||||
return client;
|
return client;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue