why so complicated?
This commit is contained in:
parent
2e8a31c731
commit
0faa4c6c29
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ inRender r (TBind m f) = do
|
|||
result <- inRender r m
|
||||
inRender r (f result)
|
||||
-- inRender r (TLift x) = return x
|
||||
inRender _ (TLiftIO x) = return =<< x
|
||||
inRender _ (TLiftIO x) = x
|
||||
inRender r (TRender f) = f r
|
||||
|
||||
changeColor :: RGBA -> RenderT RenderM ()
|
||||
|
|
Loading…
Reference in a new issue