Skip to content

Commit d290f36

Browse files
committed
padding
1 parent 881fb23 commit d290f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/engine/qcommon/q_shared.h

+1-1
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)