PipeSingleWallIncident matching

This commit is contained in:
Dethrace Labs 2025-11-29 06:24:48 +13:00
parent b0aeea6d6c
commit 3455c3848f
1 changed files with 1 additions and 1 deletions

View File

@ -899,7 +899,7 @@ void PipeSingleWallIncident(float pSeverity, br_vector3* pImpact_point) {
if (pSeverity > gWall_severity) {
gWall_severity = pSeverity;
BrVector3Copy(&gWall_impact_point, pImpact_point);
gWall_impact_point = *pImpact_point;
}
}