Skip to content

Commit

Permalink
Black Ops 4 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Scobalula committed Jun 7, 2019
1 parent 3034b44 commit f8be274
Show file tree
Hide file tree
Showing 3 changed files with 727 additions and 691 deletions.
2 changes: 1 addition & 1 deletion src/WraithXCOD/WraithXCOD/CoDXModelTranslator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ std::unique_ptr<WraithModel> CoDXModelTranslator::TranslateXModel(const std::uni
// Add it
auto& NewMat = ModelResult->AddMaterial();
// Assign values
NewMat.MaterialName = LodReference.Materials[i].MaterialName;
NewMat.MaterialName = Strings::Replace(LodReference.Materials[i].MaterialName, "@", "_");

// Assign image names
for (auto& Image : LodReference.Materials[i].Images)
Expand Down
Loading

0 comments on commit f8be274

Please sign in to comment.