You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Fixing -Wc++11-narrowing warning as errror CIS in WavePlayerNode.
#rb none [CL 14275635 by jimmy smith in ue5-main branch]
This commit is contained in:
+1
-1
@@ -148,7 +148,7 @@ namespace Metasound
|
||||
{
|
||||
Float32_Interleaved,
|
||||
InParams.OperatorSettings.GetNumFramesPerBlock(),
|
||||
InParams.OperatorSettings.GetSampleRate()
|
||||
static_cast<int32>(InParams.OperatorSettings.GetSampleRate())
|
||||
};
|
||||
TUniquePtr<IDecoderOutput> Output = IDecoderOutput::Create(Reqs);
|
||||
TUniquePtr<IDecoder> Decoder = Codec->CreateDecoder(Input.Get(), Output.Get());
|
||||
|
||||
Reference in New Issue
Block a user