Start collapsing manipulated item code with selection code
This commit is contained in:
@@ -128,10 +128,8 @@ topTestPart u =
|
||||
|
||||
showManObj :: ManipulatedObject -> String
|
||||
showManObj SortInventory = "SortInventory"
|
||||
showManObj (SelectedItem x y as z) =
|
||||
"SelItem: "
|
||||
++ show x
|
||||
++ " Root: "
|
||||
showManObj (SelectedItem y as z) =
|
||||
" Root: "
|
||||
++ show y
|
||||
++ " Attached: "
|
||||
++ show z
|
||||
|
||||
Reference in New Issue
Block a user