Skip to content

Commit

Permalink
Merge pull request #1211 from ulteq/master
Browse files Browse the repository at this point in the history
[Bugfix] Fixed a typo
  • Loading branch information
ulteq committed Oct 22, 2016
2 parents 2f1a8c0 + a6a8f30 commit 0cdc632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/main/physics/collision/DynamicCollisions.cpp
Expand Up @@ -291,7 +291,7 @@ void intraTruckCollisions(const float dt, PointColDetector &intraPointCD,

if (collision)
{
intra_collcabrate[i].rate = 0;
intra_collcabrate[i].rate = -20000;
} else
{
intra_collcabrate[i].rate++;
Expand Down

0 comments on commit 0cdc632

Please sign in to comment.