From 6203683433231a71fea7069d121ebd85c0b9529d Mon Sep 17 00:00:00 2001 From: fctom1215 <fctom1215@outlook.com> Date: 星期四, 27 八月 2020 11:53:54 +0800 Subject: [PATCH] 坐标 --- lib/src/main/cpp/test_items2/dummy_light.cpp | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/lib/src/main/cpp/test_items2/dummy_light.cpp b/lib/src/main/cpp/test_items2/dummy_light.cpp index 831ecda..50f2e13 100644 --- a/lib/src/main/cpp/test_items2/dummy_light.cpp +++ b/lib/src/main/cpp/test_items2/dummy_light.cpp @@ -39,6 +39,7 @@ contentNum = num; if (content != NULL && num > 0) { + DEBUG("鍚姩鐏厜"); currRtkTime = *rtkTime; for (int i = 0; i < contentNum; ++i) { @@ -172,7 +173,7 @@ switch (content[i].itemStatus) { case TTS_NOT_START: content[i].itemStatus = TTS_DOING; - examTtsSeq = PlayTTS(content[i].tts, NULL); + examTtsSeq = PlayTTS(content[i].tts, DummyLightTTSDone); // 绛夊緟TTS鎾斁瀹屾瘯 return; case TTS_DOING: -- Gitblit v1.8.0