mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
whitespace updates
This commit is contained in:
parent
dc73228ccf
commit
ce51070fc4
16 changed files with 421 additions and 421 deletions
|
|
@ -242,7 +242,7 @@ void PhysicsShapeData::onRemove()
|
|||
|
||||
void PhysicsShapeData::_onResourceChanged( const Torque::Path &path )
|
||||
{
|
||||
if ( path != Path( shapeName ) )
|
||||
if ( path != Path( shapeName ) )
|
||||
return;
|
||||
|
||||
// Reload the changed shape.
|
||||
|
|
@ -360,8 +360,8 @@ bool PhysicsShapeData::preload( bool server, String &errorBuffer )
|
|||
Vector<FConvexResult*> mHulls;
|
||||
};
|
||||
|
||||
DecompDesc d;
|
||||
d.mVcount = polyList.mVertexList.size();
|
||||
DecompDesc d;
|
||||
d.mVcount = polyList.mVertexList.size();
|
||||
d.mVertices = doubleVerts.address();
|
||||
d.mTcount = polyList.mIndexList.size() / 3;
|
||||
d.mIndices = polyList.mIndexList.address();
|
||||
|
|
@ -659,7 +659,7 @@ void PhysicsShape::onRemove()
|
|||
PhysicsPlugin::getPhysicsResetSignal().remove( this, &PhysicsShape::_onPhysicsReset );
|
||||
|
||||
if ( mDestroyedShape )
|
||||
mDestroyedShape->deleteObject();
|
||||
mDestroyedShape->deleteObject();
|
||||
}
|
||||
|
||||
// Remove the resource change signal.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue