clean up math varsize complaints

This commit is contained in:
AzaezelX 2023-04-27 16:10:04 -05:00
parent 1230d0d280
commit 0ce2da3a23
30 changed files with 61 additions and 56 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