mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-21 02:51:37 +00:00
- missed a warning.
This commit is contained in:
parent
f7ead44168
commit
2d4accf437
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ int FDirectory::AddDirectory(const char *dirpath)
|
|||
FString fn = FString(dirpath) + fi;
|
||||
if (GetFileInfo(fn, &size, nullptr))
|
||||
{
|
||||
AddEntry(fn, size);
|
||||
AddEntry(fn, (int)size);
|
||||
count++;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue