Slight cleanup
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user