更新 'src/Sound/voice.cxx'

This commit is contained in:
zhongjin 2022-11-28 08:55:08 +08:00
parent d311579867
commit ff54ed21f8

View File

@ -209,7 +209,7 @@ bool FGVoiceMgr::FGVoice::speak(void)
if (_msg.empty())
return false;
SG_LOG(SG_SOUND, SG_INFO, "FGVoice::speak " << _msg );
SG_LOG(SG_SOUND, SG_INFO, "FGVoice::speak " << _msg.front() );
const string s = _msg.front();