diff options
author | Csaba Hruska <csaba.hruska@gmail.com> | 2016-02-29 13:23:36 +0100 |
---|---|---|
committer | Csaba Hruska <csaba.hruska@gmail.com> | 2016-02-29 13:23:36 +0100 |
commit | 3f2411c47e6e4677051ea189fc8e2affea0776a6 (patch) | |
tree | 62493c7145c690e123be4b89db094018acf830c2 /examples/hello.lc | |
parent | 346b3a202aebedcad1b2515f52697e715efd23c7 (diff) |
remove srgb setup
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")) |