Skip to content

Commit

Permalink
bam
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Oct 28, 2023
1 parent 45ae794 commit 6516670
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions code/datums/components/overlay_lighting.dm
Original file line number Diff line number Diff line change
Expand Up @@ -340,10 +340,9 @@
if(pixel_bounds == 32)
visible_mask.transform = null
return
var/offset = (pixel_bounds - 32) * 0.5
base_offset = offset
base_offset = (pixel_bounds - 32) * 0.5
var/matrix/transform = new
transform.Translate(-offset, -offset)
transform.Translate(-base_offset, -base_offset)
visible_mask.transform = transform
directional_offset_x = 0
directional_offset_y = 0
Expand Down

0 comments on commit 6516670

Please sign in to comment.