mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-24 05:46:51 -04:00
Frame interp: Fix Epona's reins
This commit is contained in:
@@ -2017,3 +2017,13 @@ void dDlst_list_c::calcWipe() {
|
||||
dComIfGd_set2DXlu(&mWipeDlst);
|
||||
}
|
||||
}
|
||||
|
||||
#if TARGET_PC
|
||||
void dDlst_list_c::refresh3DlineMats(const cXyz& eye) {
|
||||
for (int i = 0; i < 3; i++) {
|
||||
for (mDoExt_3DlineMat_c* mat = m3DLineMatSortPacket[i].getFirstMat(); mat != NULL; mat = mat->field_0x4) {
|
||||
mat->refreshGeometryForPresentationEye(eye);
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user