From 3e513864975e5a63b295dc8faecf2e5011adc9c1 Mon Sep 17 00:00:00 2001 From: Micheal Reed Date: Thu, 19 Nov 2020 15:32:49 -0600 Subject: [PATCH] Removed advanced update. --- miniaudio.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/miniaudio.h b/miniaudio.h index c0a934a4..4d4cec61 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -47487,8 +47487,6 @@ MA_API ma_result ma_waveform_set_type(ma_waveform* pWaveform, ma_waveform_type t } pWaveform->config.type = type; - ma_waveform__update_advance(pWaveform); - return MA_SUCCESS; }