SL-10155 FIXED [MAC] Mesh upload tries to upload folder instead of opening it

master
Mnikolenko ProductEngine 2018-12-19 18:39:59 +02:00
parent 224c657163
commit b08065dafd
1 changed files with 2 additions and 0 deletions

View File

@ -101,6 +101,8 @@ LLFilePicker::LLFilePicker()
mOFN.lpfnHook = NULL;
mOFN.lpTemplateName = NULL;
mFilesW[0] = '\0';
#elif LL_DARWIN
mPickOptions = 0;
#endif
}