Skip to content

Commit 30bcf0a

Browse files
committed
update
1 parent 7afec1a commit 30bcf0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cocos2d/cocos/base/CCDecryptImage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ namespace cocos2d
2424
static const unsigned char IEND_DATA[] = { 0xae, 0x42, 0x60, 0x82 };
2525

2626
/* 默认密钥 */
27-
static const aes_key DEAULT_KEY = { 0x31, 0x32, 0x33 };
27+
static const aes_key DEAULT_KEY = { 0x31, 0x32, 0x33, 0x34, 0x35, 0x36 };
2828

2929
#pragma pack(push, 1)
3030

0 commit comments

Comments
 (0)