Code/Editor

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-08-16 15:55:56 -07:00
parent b255334535
commit 8cef306efb
5 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ bool CPakFile::UpdateFile(const char* filename, CCryMemFile& file, bool bCompres
{
if (m_pArchive)
{
int nSize = file.GetLength();
int nSize = static_cast<int>(file.GetLength());
UpdateFile(filename, file.GetMemPtr(), nSize, bCompress);
file.Close();