1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-29 13:27:05 +00:00
This commit is contained in:
aap 2021-01-13 20:40:20 +01:00
parent 3a6935f126
commit ab14a0bc61

View file

@ -2296,7 +2296,6 @@ CCollision::DrawColModel(const CMatrix &mat, const CColModel &colModel)
} }
for(i = 0; i < colModel.numBoxes; i++){ for(i = 0; i < colModel.numBoxes; i++){
if(IsShootThrough(colModel.boxes[i].surface)) continue;
min = colModel.boxes[i].min; min = colModel.boxes[i].min;
max = colModel.boxes[i].max; max = colModel.boxes[i].max;