mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-08 22:00:46 +00:00
Removed duplicate success message.
This commit is contained in:
parent
16feb28cca
commit
b8b32c4f9c
|
@ -117,8 +117,6 @@ namespace OpenTK.Platform.Windows
|
||||||
attributes.ToArray()));
|
attributes.ToArray()));
|
||||||
if (Handle == ContextHandle.Zero)
|
if (Handle == ContextHandle.Zero)
|
||||||
Debug.Print("failed. (Error: {0})", Marshal.GetLastWin32Error());
|
Debug.Print("failed. (Error: {0})", Marshal.GetLastWin32Error());
|
||||||
else
|
|
||||||
Debug.Print("success!");
|
|
||||||
}
|
}
|
||||||
catch (EntryPointNotFoundException e) { Debug.Print(e.ToString()); }
|
catch (EntryPointNotFoundException e) { Debug.Print(e.ToString()); }
|
||||||
catch (NullReferenceException e) { Debug.Print(e.ToString()); }
|
catch (NullReferenceException e) { Debug.Print(e.ToString()); }
|
||||||
|
|
Loading…
Reference in a new issue