Fix arc rendering, allowing them to rotate

This commit is contained in:
jgk
2021-03-02 20:15:32 +01:00
parent 81f5385710
commit 8ed8c48ffe
5 changed files with 22 additions and 13 deletions
+1
View File
@@ -60,6 +60,7 @@ setupLoop wName xSize ySize
GL.blendFunc $= (GL.SrcAlpha,GL.OneMinusSrcAlpha)
GL.clearColor $= GL.Color4 0 0.5 0 1
GL.clearDepth $= (200)
swapInterval $= ImmediateUpdates
doLoop setup window startWorld
sideEffects eventFn worldFn
)