huangxiaojing 4 years ago
parent
commit
1d82483d95
1 changed files with 1 additions and 1 deletions
  1. 1 1
      screenIos/WXtrialInterface.html

+ 1 - 1
screenIos/WXtrialInterface.html

@@ -433,7 +433,7 @@
 				case 0:
 					break;
 				case 1:
-					if (renderCount++ < 3 && !isAudioPlay) {
+					if (renderCount++ < 3 || !isAudioPlay) {
 						return
 					}
 					webglPlayer.renderFrame(objData.data, 720, 1280, 720 * 1280, (720 / 2) * (1280 / 2));