mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-24 13:16:51 +00:00
Corrected an assertion.
This commit is contained in:
parent
cf0747df6c
commit
ec9b9fd59c
|
@ -60,7 +60,7 @@ namespace Examples
|
|||
|
||||
Trace.WriteLine("IsCurrent = true...");
|
||||
context.IsCurrent = true;
|
||||
Trace.Assert(!context.IsCurrent);
|
||||
Trace.Assert(context.IsCurrent);
|
||||
|
||||
context.Process();
|
||||
|
||||
|
|
Loading…
Reference in a new issue