-
Notifications
You must be signed in to change notification settings - Fork 263
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clear lights no longer get mapped to `DrawableLight` instances, making it so that they no longer get rendered. With this change, `DrawableLight`s can no longer have `null` paints. This means we no longer need to support "default paints" in `ZoneRenderer.renderLightOverlay()`, so that parameter and related logic have been removed.
- Loading branch information
1 parent
c4c3d9c
commit 00f6a8e
Showing
3 changed files
with
14 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters