summaryrefslogtreecommitdiff
path: root/mainObj2.hs
diff options
context:
space:
mode:
authorJoe Crayne <joe@jerkface.net>2019-04-26 12:23:22 -0400
committerJoe Crayne <joe@jerkface.net>2019-04-26 12:23:22 -0400
commit53a8452962883df9529a7cf5119a1d9663fb8329 (patch)
tree510de30d4c4a958fe9ec9910a1b6647f3db6aa4d /mainObj2.hs
parent7738a434fa38cdeb3627416aa8761495d6d7eca4 (diff)
Added camera state to mainObj2.hs
Diffstat (limited to 'mainObj2.hs')
-rw-r--r--mainObj2.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mainObj2.hs b/mainObj2.hs
index 6195950..7695120 100644
--- a/mainObj2.hs
+++ b/mainObj2.hs
@@ -20,7 +20,7 @@ main = do
20 20
21 window <- do 21 window <- do
22 w <- windowNew WindowTypeToplevel 22 w <- windowNew WindowTypeToplevel
23 windowSetDefaultSize w 720 720 23 windowSetDefaultSize w 360 360
24 windowSetTitle w "Mesh Maker" 24 windowSetTitle w "Mesh Maker"
25 _ <- on w #deleteEvent $ \_ -> mainQuit >> return True 25 _ <- on w #deleteEvent $ \_ -> mainQuit >> return True
26 child <- mkChild 26 child <- mkChild