Fix pointerizing?
This commit is contained in:
parent
f90138be00
commit
12585b4161
3 changed files with 64 additions and 282 deletions
|
|
@ -172,8 +172,8 @@ struct TraceResult
|
|||
IPhysicsBody *BodyHandle;
|
||||
IPhysicsShape *ShapeHandle;
|
||||
|
||||
CTransform BodyTransform;
|
||||
RnCollisionAttr_t ShapeAttributes;
|
||||
CTransform *BodyTransform;
|
||||
RnCollisionAttr_t *ShapeAttributes;
|
||||
};
|
||||
|
||||
class CRayTraceInterface
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue