fix freewheeling

This commit is contained in:
Paul Davis 2013-08-08 22:12:52 -04:00
parent 3070cd723b
commit fcb76c8c05

View File

@ -919,6 +919,8 @@ AudioEngine::freewheel_callback (bool onoff)
} else {
_mmc.enable_send (_pre_freewheel_mmc_enabled);
}
_freewheeling = onoff;
}
void