mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
clean up math varsize complaints
This commit is contained in:
parent
1230d0d280
commit
0ce2da3a23
30 changed files with 61 additions and 56 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue