更新 'src/Sound/voice.cxx'

This commit is contained in:
2022-11-28 10:52:47 +08:00
parent 6de40b7a28
commit 6953038f63

View File

@@ -126,6 +126,10 @@ void FGVoiceMgr::shutdown()
void FGVoiceMgr::update(double dt)
{
SG_LOG(SG_SOUND, SG_INFO, "FGVoice::update " << dt );
if (!_enabled)
return;