Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bugfix: overlay offset fix
Browse files Browse the repository at this point in the history
BeebBeebBoob committed Jan 28, 2025
1 parent 4b59c2c commit 953e401
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/holomaps/machinery.dm
Original file line number Diff line number Diff line change
@@ -36,6 +36,8 @@
SSholomaps.station_holomaps += src
floor_markings = image('icons/obj/stationmap.dmi', "decal_station_map")
floor_markings.dir = src.dir
floor_markings.pixel_x = -src.pixel_x
floor_markings.pixel_y = -src.pixel_y
add_overlay(floor_markings)
..()
component_parts = list()

0 comments on commit 953e401

Please sign in to comment.