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

@ -175,7 +175,7 @@ public:
const Vector* vecStart,
const Vector* vecEnd,
CTraceFilter* filterInc,
Ray_t rayInc,
Ray_t* rayInc,
TraceResult* outResult
) = 0;
};