mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-07-01 10:53:30 +00:00
CResourceEntry: Eliminate sign conversion warning
This commit is contained in:
parent
92fe105e82
commit
1adb20dc0b
@ -241,7 +241,7 @@ bool CResourceEntry::IsInDirectory(CVirtualDirectory *pDir) const
|
||||
|
||||
uint64 CResourceEntry::Size() const
|
||||
{
|
||||
if (mCachedSize == -1)
|
||||
if (mCachedSize == UINT64_MAX)
|
||||
{
|
||||
if (HasCookedVersion())
|
||||
mCachedSize = FileUtil::FileSize(CookedAssetPath());
|
||||
|
Loading…
x
Reference in New Issue
Block a user