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