Update TraceShapeEx: Ray_t -> Ray_t*

This commit is contained in:
SlynxCZ 2026-02-06 21:16:49 +04:00
parent 11f9e2e541
commit ab8757bae4
3 changed files with 4 additions and 4 deletions

View file

@ -66,7 +66,7 @@ public:
const Vector* pVecStart,
const Vector* pVecEnd,
CTraceFilter* pFilterInc,
Ray_t rayInc,
Ray_t* rayInc,
TraceResult* pOutResult
) = 0;
};