mirror of https://github.com/axmolengine/axmol.git
Merge pull request #13663 from linguofeng/patch-1
lua add UPDATE_FAILED ERROR_DECOMPRESS
This commit is contained in:
commit
0f2a528129
|
@ -508,6 +508,8 @@ cc.EventAssetsManagerEx =
|
||||||
ASSET_UPDATED = 6,
|
ASSET_UPDATED = 6,
|
||||||
ERROR_UPDATING = 7,
|
ERROR_UPDATING = 7,
|
||||||
UPDATE_FINISHED = 8,
|
UPDATE_FINISHED = 8,
|
||||||
|
UPDATE_FAILED = 9,
|
||||||
|
ERROR_DECOMPRESS = 10
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue