diff options
Diffstat (limited to 'examples/hello.lc')
-rw-r--r-- | examples/hello.lc | 2 |
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) | |||
13 | main = renderFrame $ | 13 | main = 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")) |