Cleanup
This commit is contained in:
@@ -48,7 +48,7 @@ halfWidth w = _windowX w / 2
|
||||
halfHeight w = _windowY w / 2
|
||||
-- | A box of the size of the screen in screen centered coordinates
|
||||
screenBox :: Configuration -> [Point2]
|
||||
screenBox w = reverse $ rectNSWE hh (-hh) (-hw) hw
|
||||
screenBox w = rectNSWE hh (-hh) (-hw) hw
|
||||
where
|
||||
hw = halfWidth w
|
||||
hh = halfHeight w
|
||||
|
||||
Reference in New Issue
Block a user