mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-03-29 18:17:05 +00:00
Commented out IsCurrent = true to help debug crash on Mono.
This commit is contained in:
parent
8153d50b3e
commit
9c0087e1bf
|
@ -56,9 +56,9 @@ namespace Examples
|
||||||
context.IsCurrent = false;
|
context.IsCurrent = false;
|
||||||
Trace.Assert(!context.IsCurrent);
|
Trace.Assert(!context.IsCurrent);
|
||||||
|
|
||||||
Trace.WriteLine("IsCurrent = true...");
|
//Trace.WriteLine("IsCurrent = true...");
|
||||||
context.IsCurrent = true;
|
//context.IsCurrent = true;
|
||||||
Trace.Assert(context.IsCurrent);
|
//Trace.Assert(context.IsCurrent);
|
||||||
|
|
||||||
Trace.WriteLine("AudioContext.CurrentContext...");
|
Trace.WriteLine("AudioContext.CurrentContext...");
|
||||||
Trace.Assert(AudioContext.CurrentContext == context);
|
Trace.Assert(AudioContext.CurrentContext == context);
|
||||||
|
|
Loading…
Reference in a new issue