This commit is contained in:
dualface 2014-12-29 05:47:37 +08:00
parent 9684d6e164
commit 8d99d8a78e
1 changed files with 1 additions and 1 deletions

View File

@ -72,6 +72,6 @@ function cc.disable_global()
})
end
if CONFIG_DISABLE_GLOBAL then
if CC_DISABLE_GLOBAL then
cc.disable_global()
end