diff options
Diffstat (limited to 'Spear/Physics/Rigid.hs')
-rw-r--r-- | Spear/Physics/Rigid.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Spear/Physics/Rigid.hs b/Spear/Physics/Rigid.hs index cc153ec..9147553 100644 --- a/Spear/Physics/Rigid.hs +++ b/Spear/Physics/Rigid.hs | |||
@@ -41,6 +41,8 @@ instance Spatial2 RigidBody where | |||
41 | 41 | ||
42 | rotate angle = id | 42 | rotate angle = id |
43 | 43 | ||
44 | setRotation angle = id | ||
45 | |||
44 | pos = position | 46 | pos = position |
45 | 47 | ||
46 | fwd _ = unity | 48 | fwd _ = unity |