mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-18 14:13:48 +00:00
Some code cleanup, tweak and optimizations for assets, entities and components.
This commit is contained in:
parent
cfbdf63cd7
commit
abe4370c8a
15 changed files with 58 additions and 40 deletions
|
|
@ -142,10 +142,12 @@ CollisionComponent::CollisionComponent() : Component()
|
|||
StaticShapeObjectType | VehicleObjectType |
|
||||
VehicleBlockerObjectType | DynamicShapeObjectType | StaticObjectType | EntityObjectType | TriggerObjectType);
|
||||
|
||||
mPhysicsRep = NULL;
|
||||
mPhysicsWorld = NULL;
|
||||
mPhysicsRep = nullptr;
|
||||
mPhysicsWorld = nullptr;
|
||||
|
||||
mTimeoutList = NULL;
|
||||
mTimeoutList = nullptr;
|
||||
|
||||
mAnimated = false;
|
||||
}
|
||||
|
||||
CollisionComponent::~CollisionComponent()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue