Don't force a fade-in when resuming a paused source
commita35b9bbd3eac75771ca90d5755068cf88d5406aa
authorChris Robinson <chris.kcat@gmail.com>
Fri, 9 Jun 2017 20:32:34 +0000 (9 13:32 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Fri, 9 Jun 2017 20:32:34 +0000 (9 13:32 -0700)
treee48fc30e03daf2f8f5399436ebefec9e46f382e0
parentba0644254c9cbf0fac21af49cbafd5289c90ff1c
Don't force a fade-in when resuming a paused source

This needs to be handled more automatically by the mixer to work correctly.
Otherwise, requiring a property update on resume can put the source into a
playing state with the mixer never playing it, due to not having valid mixing
parameters and the mixing parameters not getting calculated because no updates
are specified by the app (and forcing an update can break deferred updates).
OpenAL32/alSource.c