From 53be5cac481ddc7927ca3f8fe75a5180f0d6567a Mon Sep 17 00:00:00 2001
From: fctom1215 <fctom1215@outlook.com>
Date: 星期五, 27 三月 2020 00:16:33 +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 c048150..81a3a02 100644
--- a/lib/src/main/cpp/test_items2/dummy_light.cpp
+++ b/lib/src/main/cpp/test_items2/dummy_light.cpp
@@ -58,9 +58,9 @@
void DummyLightTTSDone(int id)
{
- DEBUG("DummyLightTTSDone %d", id);
// 绛夎闊虫挱鎶ュ畬姣曞悗璁℃椂
if (id == examTtsSeq) {
+ DEBUG("DummyLightTTSDone %d", id);
for (int i = 0; i < contentNum; ++i) {
if (content[i].itemStatus == TTS_DOING) {
content[i].itemStatus = TTS_DONE;
--
Gitblit v1.8.0