Skip to content

Commit

Permalink
coll progress
Browse files Browse the repository at this point in the history
  • Loading branch information
Niko committed Feb 23, 2025
1 parent 036e850 commit 859b923
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions include/namespace_Coll.h
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,11 @@ struct ScratchpadStruct
struct
{
// 0x4c
short hitPos[4];
short hitPos[3];

// 0x52
// which way does normal point
int BspSearchVertexFlags;

// 0x54
short normalVec[4];
Expand All @@ -149,7 +153,11 @@ struct ScratchpadStruct
struct
{
// 0x68
short hitPos[4];
short hitPos[3];

// 0x6e
// which way does normal point
int BspSearchVertexFlags;

// 0x70
short normalVec[4];
Expand Down

0 comments on commit 859b923

Please sign in to comment.