Slight cleanup

This commit is contained in:
2021-09-03 10:58:06 +01:00
parent 1bbeb926a5
commit 083000c103
9 changed files with 30 additions and 21 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ handleResizeEvent sev w = Just
x = fromIntegral x'
y = fromIntegral y'
V2 x' y' = windowSizeChangedEventSize sev
divRes = w ^. config . shadow_resolution
divRes = w ^. config . resolution_factor
handlePressedMouseButton :: MouseButton -> World -> Maybe World
handlePressedMouseButton but w