From 8c0d1072fde2d774cf06b7ba5c42ef198508547d Mon Sep 17 00:00:00 2001 From: bones_was_here Date: Sat, 24 Dec 2022 21:42:48 +1000 Subject: [PATCH] Use model size for casing bbox Fixes floating slightly off the ground or poking into solids horizontally --- qcsrc/common/effects/qc/casings.qc | 2 -- 1 file changed, 2 deletions(-) diff --git a/qcsrc/common/effects/qc/casings.qc b/qcsrc/common/effects/qc/casings.qc index 3de21aeda..b49ff60fa 100644 --- a/qcsrc/common/effects/qc/casings.qc +++ b/qcsrc/common/effects/qc/casings.qc @@ -197,8 +197,6 @@ NET_HANDLE(casings, bool isNew) break; } - setsize(casing, '0 0 -1', '0 0 -1'); - LimitedChildrenRubble(CasingsNGibs, "casing", autocvar_cl_casings_maxcount, Casing_Delete, NULL); } -- 2.39.2