Remove unnecessary logic from dMirror_packet_c::entryModel

This commit is contained in:
Luke Street
2026-04-24 13:34:51 -06:00
parent 937434e0df
commit c655457607
-7
View File
@@ -84,13 +84,6 @@ void dMirror_packet_c::calcMinMax() {
}
int dMirror_packet_c::entryModel(J3DModel* i_model) {
#if TARGET_PC
if (mbReset) {
mModelCount = 0;
mbReset = false;
}
#endif
if (mModelCount >= 0x40) {
return 0;
}