Skip to content

Commit

Permalink
Restore effect of PR RPTools#3779 for multi-range auras
Browse files Browse the repository at this point in the history
  • Loading branch information
kwvanderlinde committed Apr 11, 2023
1 parent bfe5681 commit 8c2e368
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ public List<DrawableLight> getDrawableAuras() {
Area lightArea = lightSource.getArea(token, zone, light);
lightArea.transform(AffineTransform.getTranslateInstance(p.x, p.y));
lightArea.intersect(visibleArea);
lightList.add(new DrawableLight(light.getPaint(), visibleArea, light.getLumens()));
lightList.add(new DrawableLight(light.getPaint(), lightArea, light.getLumens()));
}
}
}
Expand Down

0 comments on commit 8c2e368

Please sign in to comment.