mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-27 23:35:45 +00:00
more unused variable cleanups
This commit is contained in:
parent
3038e53856
commit
1ee127b753
31 changed files with 2 additions and 75 deletions
|
|
@ -77,8 +77,6 @@ void ForestWindAccumulator::updateWind( const VectorF &windForce, F32 timeDelta
|
|||
// an infinite mass.
|
||||
mParticles[0].position = target;
|
||||
|
||||
Point2F relVel = target * timeDelta;
|
||||
|
||||
Point2F diff( 0, 0 );
|
||||
Point2F springForce( 0, 0 );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue