Commit f3915423 authored by David Reid's avatar David Reid

Update the Steam Audio example.

parent cba36680
......@@ -295,7 +295,7 @@ int main(int argc, char** argv)
need not be exposed to the public API. There should be no need for the public API to require a
fixed sized update.
*/
iplAudioSettings.frameSize = g_engine.pDevice->playback.internalPeriodSizeInFrames;
iplAudioSettings.frameSize = engineConfig.periodSizeInFrames;
/* IPLContext */
......
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