From 6953038f63d83e1076b1fe43970bd119b3686cb3 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Mon, 28 Nov 2022 10:52:47 +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 fc850d3..63037ee 100644 --- a/src/Sound/voice.cxx +++ b/src/Sound/voice.cxx @@ -126,6 +126,10 @@ void FGVoiceMgr::shutdown() void FGVoiceMgr::update(double dt) { + + SG_LOG(SG_SOUND, SG_INFO, "FGVoice::update " << dt ); + + if (!_enabled) return;