vothin hai 1 ano
pai
achega
294a612468
Modificáronse 3 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      jni/logic/mainLogic.cc
  2. BIN=BIN
      libs/armeabi/libzkgui.so
  3. BIN=BIN
      obj/activity/mainActivity.o

+ 1 - 1
jni/logic/mainLogic.cc

@@ -522,7 +522,7 @@ int commandCount = 0;
 static bool onUI_Timer(int id){
 	switch (id) {
 	case 101: {
-		if (commandCount > 0) {
+		if (commandCount == 0) {
 			restartTime -= 1;
 		}
 		std::string restartStr = "重启倒计时:" + to_string(restartTime) + "  循环次数:" + to_string(restartCount);

BIN=BIN
libs/armeabi/libzkgui.so


BIN=BIN
obj/activity/mainActivity.o