Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
[cocos2d.PhysicsSystem] Remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
olegoid committed Jan 19, 2015
1 parent 5cfa948 commit 3a5fc3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public MachineLayer ()
space.Add ((Constraint)new PivotJoint (conrod.Body, piston.Body, UIDevice.CurrentDevice.IsIPad() ? new PointF (340, 300) : new PointF (170, 150)));
space.Add ((Constraint)new GrooveJoint (space.StaticBody,
piston.Body,
UIDevice.CurrentDevice.IsIPad() ? new PointF (0, 300) : new PointF (0, 150),
UIDevice.CurrentDevice.IsIPad() ? new PointF (0, 300) : new PointF (0, 150),
UIDevice.CurrentDevice.IsIPad() ? new PointF (1024, 300) : new PointF (480, 150),
UIDevice.CurrentDevice.IsIPad() ? new PointF (0, 0): new PointF (0, 0)));

Expand Down

0 comments on commit 3a5fc3c

Please sign in to comment.