Merge pull request #1016 from Azaezel/alpha41/mangledMath

clean up math varsize complaints
This commit is contained in:
Brian Roberts 2023-05-08 21:28:49 -05:00 committed by GitHub
commit a6f03897ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 73 additions and 68 deletions

View file

@ -295,7 +295,7 @@ bool FileDialog::Execute()
else if (mData.mStyle & FileDialogData::FDS_MULTIPLEFILES)
{
//check if we have multiple files actually selected or not
U32 fileCount = NFD_PathSet_GetCount(&pathSet);
U32 fileCount = (U32)NFD_PathSet_GetCount(&pathSet);
if (fileCount > 1)
{
//yep, so parse through them and prep our return