~alcinnz/haphaestus

caec1240b7e1dea5cf40ee44babd6a682ec1cbec — Adrian Cochrane 1 year, 1 month ago 974b68d
Correct mistyped variable reference.
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 drawText layout
            renderLayout atlases drawGlyphs layout

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