Fix bug in attached item position orienting
This commit is contained in:
@@ -44,7 +44,7 @@ type ComposedItem = (Item, ItemStructuralFunction)
|
||||
|
||||
data ItemLink = ILink
|
||||
{ _iatType :: ComposeLinkType
|
||||
, _iatOrient :: Item -> ComposeLinkType -> Item -> Maybe (Point3, Quaternion Float)
|
||||
, _iatOrient :: Item -> ComposeLinkType -> Item -> (Point3, Quaternion Float)
|
||||
}
|
||||
|
||||
data LinkTest lt = LTest
|
||||
|
||||
Reference in New Issue
Block a user