Skip to content

Commit

Permalink
buildfix FFTAnalyzerManager::getFFTDataFromScript
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Buisson committed Mar 8, 2024
1 parent 7ea1772 commit d34e483
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,6 @@ var FFTAnalyzerManager::getFFTDataFromScript(const var::NativeFunctionArgs& a)

float tmpScopeData[scopeSize];
manager->copyScopeData(tmpScopeData);
resultArray.addArray(tmpScopeData, scopeSize);
resultArray.addArray((float*)tmpScopeData, scopeSize);
return result;
}

0 comments on commit d34e483

Please sign in to comment.