From 7b25d09cddccf8e9312d7b6aafe408726e098f3b Mon Sep 17 00:00:00 2001 From: zhongjin Date: Mon, 28 Nov 2022 12:59:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'src/Sound/voice.cxx'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Sound/voice.cxx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Sound/voice.cxx b/src/Sound/voice.cxx index 6ab58d1..d76a531 100644 --- a/src/Sound/voice.cxx +++ b/src/Sound/voice.cxx @@ -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++) {