Skip to content

Commit

Permalink
change CC_WECHATGAME_SUB to CC_WECHATGAMESUB (cocos#3233)
Browse files Browse the repository at this point in the history
  • Loading branch information
wuzhiming authored and pandamicro committed Sep 11, 2018
1 parent 12ed923 commit 19b042a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion predefine.js
Expand Up @@ -142,7 +142,7 @@ if (CC_BUILD) {
_global.CC_DEV = CC_DEV;
_global.CC_DEBUG = CC_DEBUG;
_global.CC_JSB = CC_JSB;
_global.CC_WECHATGAME_SUB = CC_WECHATGAME_SUB;
_global.CC_WECHATGAME_SUB = CC_WECHATGAMESUB;
_global.CC_WECHATGAME = CC_WECHATGAME;
_global.CC_QQPLAY = CC_QQPLAY;
_global.CC_RUNTIME = CC_RUNTIME;
Expand Down

0 comments on commit 19b042a

Please sign in to comment.