From 3f2411c47e6e4677051ea189fc8e2affea0776a6 Mon Sep 17 00:00:00 2001 From: Csaba Hruska Date: Mon, 29 Feb 2016 13:23:36 +0100 Subject: remove srgb setup --- examples/hello.lc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/hello.lc') 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) main = renderFrame $ makeFrame (Uniform "time") (Texture2DSlot "diffuseTexture") - (fetch_ "objects" (Attribute "position", Attribute "uv")) + (fetch "objects" (Attribute "position", Attribute "uv")) -- cgit v1.2.3