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
@@ -11,6 +11,9 @@ void dMdl_c::draw() {
j3dSys.setVtxCol(mpModelData->getVtxColorArray(0), mpModelData->getColNum());
J3DShape::resetVcdVatCache();
#if TARGET_PC
j3dSys.setTexture(mpModelData->getTexture());
#endif
J3DShape* shape = mpModelData->getMaterialNodePointer(mMaterialId)->getShape();
mpModelData->getMaterialNodePointer(mMaterialId)->loadSharedDL();
shape->loadPreDrawSetting();