更新 'src/Sound/voice.cxx'

This commit is contained in:
2022-11-28 12:59:01 +08:00
parent 664c552629
commit 7b25d09cdd

View File

@@ -314,7 +314,11 @@ void FGVoiceMgr::FGVoice::valueChanged(SGPropertyNode *node)
const string s = node->getStringValue();
//cerr << "\033[31;1mBEFORE [" << s << "]\033[m" << endl;
//zhongjin 直接返回
SG_LOG(SG_SOUND, SG_INFO, "FGVoice::valueChanged " << s );
pushMessage(s);
return;
string m;
for (unsigned int i = 0; i < s.size(); i++) {