From 684a0faf7653e0b33a1a7439bffda138878eeb19 Mon Sep 17 00:00:00 2001 From: rh101 Date: Thu, 22 Apr 2021 03:18:23 +1000 Subject: [PATCH] Fixed typo --- cocos/platform/CCFileStream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cocos/platform/CCFileStream.h b/cocos/platform/CCFileStream.h index 73cc36a4c3..51b71adac3 100644 --- a/cocos/platform/CCFileStream.h +++ b/cocos/platform/CCFileStream.h @@ -60,7 +60,7 @@ struct UnzFileStream; union PXFileHandle { int _fd = -1; #if CC_TARGET_PLATFORM == CC_PLATFORM_ANDROID - AAsset* _asset; off_t + AAsset* _asset; ZipFileStream _zfs; #endif };