Skip to content

Commit

Permalink
Merge pull request #4163 from mns/truck
Browse files Browse the repository at this point in the history
Extractor: Fix vmapassembler
  • Loading branch information
Shocker committed Dec 1, 2011
2 parents 5ea9931 + 8f8d45f commit 86f6d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/collision/Maps/TileAssembler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ namespace VMAP
{
model.setGroupModels(groupsArray);

std::string worldModelFileName(iSrcDir);
std::string worldModelFileName(iDestDir);
worldModelFileName.push_back('/');
worldModelFileName.append(pModelFilename).append(".vmo");
success = model.writeFile(worldModelFileName);
Expand Down

0 comments on commit 86f6d73

Please sign in to comment.