Move machine update into outside function

This commit is contained in:
2022-07-14 21:01:53 +01:00
parent ad33ddd569
commit 5463328d41
13 changed files with 130 additions and 92 deletions
+1
View File
@@ -10,4 +10,5 @@ data Object
| ObForegroundShape
| ObLightSource
| ObProp
| ObTrigger
deriving (Eq,Show,Ord,Read,Enum,Bounded)