Skip to content

Commit

Permalink
Fix for clothing base colors (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
OptimShi committed Sep 14, 2020
1 parent 3ee8e6b commit 935586f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ACViewer/Model/Setup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public Setup(uint setupID, FileTypes.ObjDesc objDesc, Dictionary<int, uint> cust
{
gfxObjID = _setup.Parts[i];
gfxObj = new GfxObj(gfxObjID, false);
gfxObj.LoadTextures(null, null);
gfxObj.LoadTextures(null, customPaletteColors);
gfxObj.BuildPolygons();
}

Expand Down

0 comments on commit 935586f

Please sign in to comment.