]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Q1BSP: fix misaligned memory access
authorbones_was_here <bones_was_here@xonotic.au>
Fri, 26 Jan 2024 09:36:24 +0000 (19:36 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Mon, 29 Jan 2024 15:32:31 +0000 (01:32 +1000)
commit6a9353485b9a88973fa7071f2f477958a57fb123
tree2039d785a743acf362c4c24075db5326bc82b982
parent0d5f8f0edd073d7ff233bde3995b529c0fcb67ff
Q1BSP: fix misaligned memory access

Fixes a small overallocation (sizeof(int *) instead of int).

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