Skip to content

Commit bf2896f

Browse files
committed
padding
1 parent cb98f7a commit bf2896f

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
@@ -1726,7 +1726,7 @@ void MatrixTransformBounds( const matrix_t m, const bounds_t &b, bounds_t &o );
17261726
vec_t dist;
17271727
byte type; // for fast side tests: 0,1,2 = axial, 3 = nonaxial
17281728
byte signbits; // signx + (signy<<1) + (signz<<2), used as lookup during collision
1729-
byte pad[ 12 ];
1729+
byte pad[ 14 ];
17301730
};
17311731

17321732
enum class traceType_t

0 commit comments

Comments
 (0)