fix pews texture

This commit is contained in:
Jasper St. Pierre
2026-04-12 17:33:53 -07:00
parent 0adbd7ea5d
commit 15cf782d9f
4 changed files with 12 additions and 0 deletions
+3
View File
@@ -256,6 +256,9 @@ void daObjFchain_shape_c::draw() {
j3dSys.setVtxPos(modelData->getVtxPosArray(), modelData->getVtxNum());
j3dSys.setVtxNrm(modelData->getVtxNrmArray(), modelData->getNrmNum());
j3dSys.setVtxCol(modelData->getVtxColorArray(0), modelData->getColNum());
#if TARGET_PC
j3dSys.setTexture(modelData->getTexture());
#endif
J3DShape::resetVcdVatCache();
material->loadSharedDL();
material->getShape()->loadPreDrawSetting();