summaryrefslogtreecommitdiff
path: root/examples/pickInt.hs
diff options
context:
space:
mode:
authorCsaba Hruska <csaba.hruska@gmail.com>2018-09-22 12:44:47 +0200
committerCsaba Hruska <csaba.hruska@gmail.com>2018-09-22 12:44:47 +0200
commit3e1f789ed52e20f1ddf6e20ed9c7f61cf7aaedbd (patch)
treee0393ac5f70b84947403e857f54fe3a7a10956c1 /examples/pickInt.hs
parent9f6e1725b52ea6f48101a37181f0aa9f7d1494d3 (diff)
fix stack and compatibility issuesHEADmaster
Diffstat (limited to 'examples/pickInt.hs')
-rw-r--r--examples/pickInt.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pickInt.hs b/examples/pickInt.hs
index 2703e91..335364a 100644
--- a/examples/pickInt.hs
+++ b/examples/pickInt.hs
@@ -79,7 +79,7 @@ main = do
79 [LC.GLOutputRenderTexture (fromIntegral -> fbo) _rendTex] -> do 79 [LC.GLOutputRenderTexture (fromIntegral -> fbo) _rendTex] -> do
80 rtexPicks <- collectPicks fbo pickPoints 80 rtexPicks <- collectPicks fbo pickPoints
81 printPicks pickPoints rtexPicks 81 printPicks pickPoints rtexPicks
82 x -> error $ "Unexpected outputs: " <> show x 82 x -> error $ "Unexpected outputs: " ++ show x
83 83
84 -- render to framebuffer & pick 84 -- render to framebuffer & pick
85 LambdaCubeGL.renderFrame pipeDraw 85 LambdaCubeGL.renderFrame pipeDraw