更新 'src/Sound/voice.cxx'

This commit is contained in:
2022-11-28 12:53:58 +08:00
parent 8636d84826
commit 664c552629

View File

@@ -314,6 +314,8 @@ void FGVoiceMgr::FGVoice::valueChanged(SGPropertyNode *node)
const string s = node->getStringValue();
//cerr << "\033[31;1mBEFORE [" << s << "]\033[m" << endl;
SG_LOG(SG_SOUND, SG_INFO, "FGVoice::valueChanged " << s );
string m;
for (unsigned int i = 0; i < s.size(); i++) {
char c = s[i];