Skip to content

Commit

Permalink
astyle
Browse files Browse the repository at this point in the history
  • Loading branch information
atupone committed Dec 18, 2023
1 parent 65cb20a commit 74a9212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/obstacle/SphereObstacle.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ SphereObstacle::SphereObstacle(const MeshTransform& xform,
int physics, bool bounce, bool drive,
bool shoot, bool rico) :
Obstacle(_pos, _rotation, _size[0], _size[1], _size[2], drive, shoot,
rico)
rico)
{
// arc specific parameters
transform = xform;
Expand Down

0 comments on commit 74a9212

Please sign in to comment.