engine: optimize traces

This commit is contained in:
nillerusr
2023-08-04 13:57:30 +03:00
parent 0235b1ed4d
commit 8acf608b4d
5 changed files with 30 additions and 30 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ inline T clamp( T const &val, T const &minVal, T const &maxVal )
// FIXME: this should move to a different file
struct cplane_t
{
Vector normal;
VectorAligned normal;
float dist;
byte type; // for fast side tests
byte signbits; // signx + (signy<<1) + (signz<<1)