diff options
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 |