yy1717
2020-08-20 2d6a9d02c77d7e08d4f18ee87d6e3d337b949f47
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: