Use a proper literal type
This commit is contained in:
parent
862628966d
commit
86d1eb90ed
@ -637,7 +637,7 @@ void Voice::mix(const State vstate, ContextBase *Context, const uint SamplesToDo
|
||||
{
|
||||
SrcBufferSize = SrcBufferSize - PostPadding + MaxResamplerEdge;
|
||||
mDecoder->decode(MixingSamples, SrcBufferSize,
|
||||
likely(vstate == Playing) ? srcOffset : 0.0f);
|
||||
likely(vstate == Playing) ? srcOffset : 0);
|
||||
}
|
||||
/* Store the last source samples used for next time. */
|
||||
if(likely(vstate == Playing))
|
||||
|
Loading…
x
Reference in New Issue
Block a user