summaryrefslogtreecommitdiff
path: root/testdata/editor-examples/Cube.lc
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/editor-examples/Cube.lc')
-rw-r--r--testdata/editor-examples/Cube.lc2
1 files changed, 1 insertions, 1 deletions
diff --git a/testdata/editor-examples/Cube.lc b/testdata/editor-examples/Cube.lc
index 7efaf32b..61bf2ae5 100644
--- a/testdata/editor-examples/Cube.lc
+++ b/testdata/editor-examples/Cube.lc
@@ -16,5 +16,5 @@ makeFrame (time :: Float)
16 16
17main = renderFrame $ 17main = renderFrame $
18 makeFrame (Uniform "Time") 18 makeFrame (Uniform "Time")
19 (fetch "stream4" (Attribute "position4")) 19 (fetch "stream4" ((Attribute "position4")))
20 20