packages feed

gluturtle 0.0.7 → 0.0.8

raw patch · 2 files changed

+2/−2 lines, 2 files

Files

gluturtle.cabal view
@@ -2,7 +2,7 @@ cabal-version:	>= 1.6  name:		gluturtle-version:	0.0.7+version:	0.0.8 stability:	alpha author:		Yoshikuni Jujo <PAF01143@nifty.ne.jp> maintainer:	Yoshikuni Jujo <PAF01143@nifty.ne.jp>
src/Graphics/UI/GLUT/Turtle/Field.hs view
@@ -121,7 +121,7 @@ 	G.addTimerCallback 10 (timerAction $ do 		G.clearColor $= G.Color4 0 0 0 0 		G.clear [G.ColorBuffer]-		sequence_ =<< readIORef actions+		sequence_ . reverse =<< readIORef actions 		join $ readIORef action 		G.lineWidth $= 1.0 		printString (-2.5) (-1800) =<< readIORef str