sa 6 vuotta sitten
vanhempi
commit
64aaaa1aa1
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      assets/Script/QQCommon.js

+ 1 - 1
assets/Script/QQCommon.js

@@ -4,7 +4,7 @@ class QQCommon {
 	}
 
 	static getInstance() {
-        if (!QQCommon.instance && CC_WECHATGAME) {
+        if (!QQCommon.instance && CC_QQPLAY) {
             QQCommon.instance = new QQCommon();
         }
         return QQCommon.instance;