diff options
author | Csaba Hruska <csaba.hruska@gmail.com> | 2018-09-22 12:44:47 +0200 |
---|---|---|
committer | Csaba Hruska <csaba.hruska@gmail.com> | 2018-09-22 12:44:47 +0200 |
commit | 3e1f789ed52e20f1ddf6e20ed9c7f61cf7aaedbd (patch) | |
tree | e0393ac5f70b84947403e857f54fe3a7a10956c1 /examples/pickInt.hs | |
parent | 9f6e1725b52ea6f48101a37181f0aa9f7d1494d3 (diff) |
Diffstat (limited to 'examples/pickInt.hs')
-rw-r--r-- | examples/pickInt.hs | 2 |
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 |