diff --git a/ACViewer/Model/Setup.cs b/ACViewer/Model/Setup.cs index d0f1226..7faa07b 100644 --- a/ACViewer/Model/Setup.cs +++ b/ACViewer/Model/Setup.cs @@ -77,7 +77,7 @@ public Setup(uint setupID, FileTypes.ObjDesc objDesc, Dictionary cust { gfxObjID = _setup.Parts[i]; gfxObj = new GfxObj(gfxObjID, false); - gfxObj.LoadTextures(null, null); + gfxObj.LoadTextures(null, customPaletteColors); gfxObj.BuildPolygons(); }