aboutsummaryrefslogtreecommitdiff
path: root/Demos/Pong/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Demos/Pong/Main.hs')
-rw-r--r--Demos/Pong/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Pong/Main.hs b/Demos/Pong/Main.hs
index c863a55..21fcb0c 100644
--- a/Demos/Pong/Main.hs
+++ b/Demos/Pong/Main.hs
@@ -89,7 +89,7 @@ renderBackground =
89 let pmin = 0 :: Float 89 let pmin = 0 :: Float
90 pmax = 1 :: Float 90 pmax = 1 :: Float
91 in do 91 in do
92 immSetColour (vec4 0.6 0.35 0.6 1.0) 92 immSetColour (vec4 0.0 0.25 0.41 1.0)
93 immDrawQuads2d [ 93 immDrawQuads2d [
94 (vec2 pmin pmin 94 (vec2 pmin pmin
95 ,vec2 pmax pmin 95 ,vec2 pmax pmin