From 2d6a9d02c77d7e08d4f18ee87d6e3d337b949f47 Mon Sep 17 00:00:00 2001
From: yy1717 <fctom1215@outlook.com>
Date: 星期四, 20 八月 2020 19:35:17 +0800
Subject: [PATCH] 坐标

---
 lib/src/main/cpp/test_items2/dummy_light.cpp |    2 +-
 1 files changed, 1 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 124a03f..831ecda 100644
--- a/lib/src/main/cpp/test_items2/dummy_light.cpp
+++ b/lib/src/main/cpp/test_items2/dummy_light.cpp
@@ -172,7 +172,7 @@
         switch (content[i].itemStatus) {
             case TTS_NOT_START:
                 content[i].itemStatus = TTS_DOING;
-                examTtsSeq = PlayTTS(content[i].tts);
+                examTtsSeq = PlayTTS(content[i].tts, NULL);
                 // 绛夊緟TTS鎾斁瀹屾瘯
                 return;
             case TTS_DOING:

--
Gitblit v1.8.0