Skip to content
Snippets Groups Projects
Commit b08065da authored by Mnikolenko ProductEngine's avatar Mnikolenko ProductEngine
Browse files

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

parent 224c6571
No related branches found
No related tags found
No related merge requests found
...@@ -101,6 +101,8 @@ LLFilePicker::LLFilePicker() ...@@ -101,6 +101,8 @@ LLFilePicker::LLFilePicker()
mOFN.lpfnHook = NULL; mOFN.lpfnHook = NULL;
mOFN.lpTemplateName = NULL; mOFN.lpTemplateName = NULL;
mFilesW[0] = '\0'; mFilesW[0] = '\0';
#elif LL_DARWIN
mPickOptions = 0;
#endif #endif
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment