summaryrefslogtreecommitdiff
path: root/examples/hello.lc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello.lc')
-rw-r--r--examples/hello.lc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hello.lc b/examples/hello.lc
index 55e7c73..cf57472 100644
--- a/examples/hello.lc
+++ b/examples/hello.lc
@@ -1,6 +1,6 @@
1makeFrame (time :: Float) 1makeFrame (time :: Float)
2 (texture :: Texture) 2 (texture :: Texture)
3 (prims :: Stream (Primitive Triangle (Vec 2 Float, Vec 2 Float))) 3 (prims :: PrimitiveStream Triangle (Vec 2 Float, Vec 2 Float))
4 4
5 = imageFrame (emptyColorImage (V4 0 0 0.4 1)) 5 = imageFrame (emptyColorImage (V4 0 0 0.4 1))
6 `overlay` 6 `overlay`