Fixes from merge

This commit is contained in:
Dylan Ascencio
2023-10-04 00:46:20 -04:00
parent e160dd05c2
commit 851e4cf3dd
7 changed files with 9 additions and 19 deletions
+1 -1
View File
@@ -1058,7 +1058,7 @@ void daObjMknjD::setMaterial(J3DMaterial* i_mat, u8 i_alpha) {
i_mat->getPEBlock()->getBlend()->setDstFactor(5);
}
i_mat->getTevKColor(3)->a = i_alpha;
i_mat->getTevKColor(3)->mColor.a = i_alpha;
}
}
}