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 db2f68c..5837a82 100644
--- a/examples/hello.lc
+++ b/examples/hello.lc
@@ -13,4 +13,4 @@ makeFrame (time :: Float)
13main = renderFrame $ 13main = renderFrame $
14 makeFrame (Uniform "time") 14 makeFrame (Uniform "time")
15 (Texture2DSlot "diffuseTexture") 15 (Texture2DSlot "diffuseTexture")
16 (fetch_ "objects" (Attribute "position", Attribute "uv")) 16 (fetch "objects" (Attribute "position", Attribute "uv"))