Skip to content

Commit

Permalink
[Codechange] Commented the collcab_rate_t struct
Browse files Browse the repository at this point in the history
  • Loading branch information
ulteq committed Feb 9, 2016
1 parent cd567ab commit 4f27aa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/main/physics/BeamData.h
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,8 @@ static const float flapangles[6] = {0.f, -0.07f, -0.17f, -0.33f, -0.67f, -1.f};

struct collcab_rate_t
{
int rate;
int distance;
int rate; // remaining amount of physics cycles to be skipped
int distance; // distance (in physics cycles) to the previous collision check
};

#include "datatypes/beam_t.h"
Expand Down

0 comments on commit 4f27aa9

Please sign in to comment.