Add aggressive light culling
This commit is contained in:
@@ -209,8 +209,8 @@ defaultDrawButton col bt =
|
||||
)
|
||||
where
|
||||
buttonGeometry
|
||||
| _btState bt == BtOff = rectNSEW 10 (-1) width (-width)
|
||||
| otherwise = rectNSEW 2 (-1) width (-width)
|
||||
| _btState bt == BtOff = reverse $ rectNSWE 10 (-1) (-width) width
|
||||
| otherwise = reverse $ rectNSWE 2 (-1) (-width) width
|
||||
width = 8
|
||||
defaultTerminal :: Terminal
|
||||
defaultTerminal = Terminal
|
||||
|
||||
Reference in New Issue
Block a user