Changeset 3244 for 2012/26/TuomasL
- Timestamp:
- 2012-06-27 10:09:38 (9 years ago)
- Location:
- 2012/26/TuomasL
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
2012/26/TuomasL
-
Property
svn:ignore
set to
jypeli
-
Property
svn:ignore
set to
-
2012/26/TuomasL/PhysicsManipulator/PhysicsManipulator/PhysicsManipulator/PhysicsManipulator.cs
r3227 r3244 43 43 44 44 PhysicsObject NewObject(double sX, double sY, Shape shape) { 45 this.GetObjects();45 46 46 PhysicsObject obj = new PhysicsObject(sX, sY); 47 47 obj.Shape = shape;
Note: See TracChangeset
for help on using the changeset viewer.