~alcinnz/haphaestus

26ef30f499733b2bd9450b0398ef8bbeac56d5ef — Adrian Cochrane 1 year, 1 month ago 59d7479
Passed wrong mapping type to recursive renderer.
1 files changed, 1 insertions(+), 1 deletions(-)

M src/Main.hs
M src/Main.hs => src/Main.hs +1 -1
@@ 192,7 192,7 @@ main = do
            let outerbox = zeroBox { B.min = size, B.size = size, B.max = size }
            let layout = boxLayout outerbox (finalizeCSS' sysfont style) False

            renderLayout atlases drawGlyphs layout
            renderLayout atlases' drawGlyphs layout

            liftIO $ glSwapWindow w
            unless (QuitEvent `elem` events) loop