mirror of https://github.com/axmolengine/axmol.git
Fixed typo
This commit is contained in:
parent
8de1099614
commit
684a0faf76
|
@ -60,7 +60,7 @@ struct UnzFileStream;
|
||||||
union PXFileHandle {
|
union PXFileHandle {
|
||||||
int _fd = -1;
|
int _fd = -1;
|
||||||
#if CC_TARGET_PLATFORM == CC_PLATFORM_ANDROID
|
#if CC_TARGET_PLATFORM == CC_PLATFORM_ANDROID
|
||||||
AAsset* _asset; off_t
|
AAsset* _asset;
|
||||||
ZipFileStream _zfs;
|
ZipFileStream _zfs;
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue