diff --git a/src/Dodge/Rendering.hs b/src/Dodge/Rendering.hs index fba238caf..6939df3eb 100644 --- a/src/Dodge/Rendering.hs +++ b/src/Dodge/Rendering.hs @@ -52,8 +52,7 @@ customMouseCursor w = setDepth (-1) . scale (2 /_windowX w) (2/ _windowY w) . uncurry translate (_mousePos w) - $ circleSolid 5 - + $ pictures [ line [(-5,0),(5,0)] , line [(0,-5),(0,5)] ] testPic :: World -> [Picture] testPic w = [blank]