mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +02:00
Merge pull request #2600 from Atlante45/master
Changed FstReader categories to place models in the right dirs
This commit is contained in:
commit
f25a8c5948
1 changed files with 2 additions and 2 deletions
|
@ -157,9 +157,9 @@ bool FstReader::zip() {
|
|||
textPart.setHeader(QNetworkRequest::ContentDispositionHeader, "form-data;"
|
||||
" name=\"model_category\"");
|
||||
if (_isHead) {
|
||||
textPart.setBody("head");
|
||||
textPart.setBody("heads");
|
||||
} else {
|
||||
textPart.setBody("skeleton");
|
||||
textPart.setBody("skeletons");
|
||||
}
|
||||
_dataMultiPart->append(textPart);
|
||||
|
||||
|
|
Loading…
Reference in a new issue