sa 6 éve
szülő
commit
64aaaa1aa1
1 módosított fájl, 1 hozzáadás és 1 törlés
  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;