Removed Suspend call before MakeCurrent()
This commit is contained in:
parent
73696dae49
commit
8153d50b3e
1 changed files with 0 additions and 4 deletions
|
@ -56,14 +56,10 @@ namespace Examples
|
|||
context.IsCurrent = false;
|
||||
Trace.Assert(!context.IsCurrent);
|
||||
|
||||
context.Suspend();
|
||||
|
||||
Trace.WriteLine("IsCurrent = true...");
|
||||
context.IsCurrent = true;
|
||||
Trace.Assert(context.IsCurrent);
|
||||
|
||||
context.Process();
|
||||
|
||||
Trace.WriteLine("AudioContext.CurrentContext...");
|
||||
Trace.Assert(AudioContext.CurrentContext == context);
|
||||
|
||||
|
|
Loading…
Reference in a new issue