Fixed a small error

This commit is contained in:
Yann Esposito 2012-05-23 17:06:56 +02:00
parent 1757474cce
commit de87cdd33f

View file

@ -84,7 +84,7 @@ is to make our type an instance of the type class `DisplayableWorld`.
We simply have to provide the definition of some functions.
> instance DisplayableWorld World where
> winTitle = "The YGL Mandelbulb"
> winTitle _ = "The YGL Mandelbulb"
> camera w = Camera {
> camPos = position w,
> camDir = angle w,