Merge pull request #13663 from linguofeng/patch-1

lua add UPDATE_FAILED ERROR_DECOMPRESS
This commit is contained in:
pandamicro 2015-09-02 18:24:51 +08:00
commit 0f2a528129
1 changed files with 2 additions and 0 deletions

View File

@ -508,6 +508,8 @@ cc.EventAssetsManagerEx =
ASSET_UPDATED = 6,
ERROR_UPDATING = 7,
UPDATE_FINISHED = 8,
UPDATE_FAILED = 9,
ERROR_DECOMPRESS = 10
},
}