Skip to content

Commit 73a5d78

Browse files
committed
padding
1 parent bc11e17 commit 73a5d78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/engine/qcommon/q_shared.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1720,7 +1720,7 @@ void MatrixTransformBounds( const matrix_t m, const bounds_t &b, bounds_t &o );
17201720
vec_t dist;
17211721
byte type; // for fast side tests: 0,1,2 = axial, 3 = nonaxial
17221722
byte signbits; // signx + (signy<<1) + (signz<<2), used as lookup during collision
1723-
byte pad[ 12 ];
1723+
byte pad[ 14 ];
17241724
};
17251725

17261726
enum class traceType_t

0 commit comments

Comments
 (0)