summaryrefslogtreecommitdiff
path: root/MeshSketch.hs
diff options
context:
space:
mode:
Diffstat (limited to 'MeshSketch.hs')
-rw-r--r--MeshSketch.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MeshSketch.hs b/MeshSketch.hs
index 15af94f..dc0adf1 100644
--- a/MeshSketch.hs
+++ b/MeshSketch.hs
@@ -172,7 +172,7 @@ uploadState obj glarea storage = do
172 let bufsize = 1000 172 let bufsize = 1000
173 v <- MV.unsafeNew bufsize 173 v <- MV.unsafeNew bufsize
174 pts <- newRing bufsize (Vector.new v) 174 pts <- newRing bufsize (Vector.new v)
175 ring <- newRing bufsize (GPU.new storage ringPointAttr bufsize) 175 ring <- newRing bufsize (GPU.new "Points" storage ringPointAttr bufsize)
176 176
177 -- setup FrameClock 177 -- setup FrameClock
178 w <- toWidget glarea 178 w <- toWidget glarea