Reload audio when the cache type is changed

Originally committed to SVN as r5894.
This commit is contained in:
Thomas Goyne 2011-11-19 04:57:14 +00:00
parent 9a53dc0440
commit 563a544150
1 changed files with 1 additions and 0 deletions

View File

@ -154,6 +154,7 @@ AudioController::AudioController(agi::Context *context)
OPT_SUB("Audio/Player", &AudioController::OnAudioPlayerChanged, this);
OPT_SUB("Audio/Provider", &AudioController::OnAudioProviderChanged, this);
OPT_SUB("Audio/Cache/Type", &AudioController::OnAudioProviderChanged, this);
}