Skip to content

Commit

Permalink
Implement TODO.
Browse files Browse the repository at this point in the history
Former-commit-id: 5fd5e73
  • Loading branch information
bryanedds committed Dec 31, 2014
1 parent e0d512a commit 4278676
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Nu/Nu/Nu/Dispatchers.fs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ module RigidBodyFacetModule =

type Entity with

// TODO: implement angular and linear velocity fields to make physics resets less destructive.
// TODO: consider implementing Awake, AngularVelocity, and LinearVelocity fields to make
// physics resets less destructive.

member entity.MinorId = entity?MinorId : Guid
static member getMinorId (entity : Entity) = entity.MinorId
Expand Down

0 comments on commit 4278676

Please sign in to comment.