fix animations
This commit is contained in:
parent
8438454477
commit
d7151cb11f
1 changed files with 1 additions and 1 deletions
|
@ -734,7 +734,7 @@ updateMap dt = do
|
|||
emap allEnts $ do
|
||||
pos'@(V2 pr pc) <- query pos
|
||||
vel' <- queryMaybe vel
|
||||
rot' <- query rot
|
||||
rot' <- fromMaybe N <$> queryMaybe rot
|
||||
fact' <- fromMaybe 1 <$> queryMaybe velFact
|
||||
xyv2 <- queryMaybe xyvel
|
||||
stat <- query anim
|
||||
|
|
Loading…
Reference in a new issue