Skip to content
Snippets Groups Projects
Commit 5a684988 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Syntax error

parent ae2f1e61
No related branches found
No related tags found
No related merge requests found
...@@ -660,7 +660,7 @@ std::vector<std::string>* LLFilePicker::navOpenFilterProc(ELoadFilter filter) // ...@@ -660,7 +660,7 @@ std::vector<std::string>* LLFilePicker::navOpenFilterProc(ELoadFilter filter) //
allowedv->push_back("xcu"); allowedv->push_back("xcu");
break; break;
case FFLOAD_ZIP: case FFLOAD_ZIP:
allowedv.push_back("zip"); allowedv->push_back("zip");
break; break;
case FFLOAD_DIRECTORY: case FFLOAD_DIRECTORY:
break; break;
......
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