Commit 1b3cc0ce authored by Rémi Bernon's avatar Rémi Bernon Committed by Alexandre Julliard

dmsynth: Allow changing master clock while active.

parent 48536877
......@@ -122,8 +122,6 @@ static HRESULT WINAPI synth_sink_SetMasterClock(IDirectMusicSynthSink *iface,
if (!clock)
return E_POINTER;
if (This->active)
return E_FAIL;
if (This->master_clock) IReferenceClock_Release(This->master_clock);
IReferenceClock_AddRef(clock);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment