From 748f3389919910920635ec1356b3564bd5e9fd45 Mon Sep 17 00:00:00 2001 From: fctom1215 <fctom1215@outlook.com> Date: 星期四, 27 八月 2020 17:06:00 +0800 Subject: [PATCH] 坐标 --- lib/src/main/cpp/test_items2/dummy_light.cpp | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lib/src/main/cpp/test_items2/dummy_light.cpp b/lib/src/main/cpp/test_items2/dummy_light.cpp index 50f2e13..7279cc4 100644 --- a/lib/src/main/cpp/test_items2/dummy_light.cpp +++ b/lib/src/main/cpp/test_items2/dummy_light.cpp @@ -172,6 +172,7 @@ for (; i < contentNum; ++i) { switch (content[i].itemStatus) { case TTS_NOT_START: + DEBUG("鎻愮ず璇█ %d: %s", i, content[i].tts); content[i].itemStatus = TTS_DOING; examTtsSeq = PlayTTS(content[i].tts, DummyLightTTSDone); // 绛夊緟TTS鎾斁瀹屾瘯 -- Gitblit v1.8.0