]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Fix mod_q1bsp_zero_hullsize_cutoff only applying to HLBSP in some cases
authorbones_was_here <bones_was_here@xonotic.au>
Sat, 5 Aug 2023 08:20:44 +0000 (18:20 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Sat, 5 Aug 2023 08:20:44 +0000 (18:20 +1000)
commit901c2dc4c18988e81b88cd9ff8573b35702ceec7
treefaf224be39ee648ab36852adcaa2ed813901efe4
parent8fed075ccd1a5e5a0973afe91e49ef09c29a2628
Fix mod_q1bsp_zero_hullsize_cutoff only applying to HLBSP in some cases

In 0dfd32e1e2bb2c1bd5e58b3202271c391be423de in one code path this
applied to Q1BSP and HLBSP, but the other code path was slightly
different and there it only applied to HLBSP.  Oops :)

Signed-off-by: bones_was_here <bones_was_here@xonotic.au>
model_brush.c