diff --git a/src/YampaSDL2/Drawable/Circle.hs b/src/YampaSDL2/Drawable/Circle.hs
--- a/src/YampaSDL2/Drawable/Circle.hs
+++ b/src/YampaSDL2/Drawable/Circle.hs
@@ -53,7 +53,7 @@
   where
     f x y r =
       Vector.fromList $
-      SDL.P . fmap (toEnum) <$> (+ (V2 x y)) <$> rasterCircleFull e
+      SDL.P . fmap (toEnum) <$> (+ (V2 x y)) <$> rasterCircleFull r
 
 linePoints = memoize3 f
   where
diff --git a/yampa-sdl2.cabal b/yampa-sdl2.cabal
--- a/yampa-sdl2.cabal
+++ b/yampa-sdl2.cabal
@@ -2,10 +2,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: c900ac70acd6b552e4e4a3a45ced759f9f7d804519ac26b207386e8192adc63d
+-- hash: c6c36163a7a0893f131b1e4307ea568c569517bf51bf200924e0753b7ea0e2f2
 
 name:           yampa-sdl2
-version:        0.1.0.1
+version:        0.1.0.2
 synopsis:       Yampa and SDL2 made easy
 description:    yampa-sdl2 lets you start coding your app right away instead of dealing with SDL2 first.
 category:       Scene
