Skip to content

Commit

Permalink
516 (#992)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kapu1178 authored Oct 26, 2024
1 parent a9410cd commit 9f29f3e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/_onclick/hud/rendering/render_plate.dm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
* Render relay object assigned to a plane master to be able to relay it's render onto other planes that are not it's own
*/
/atom/movable/render_plane_relay
#if DM_VERSION < 516
screen_loc = "CENTER"
#else
screen_loc = "1,1"
#endif
layer = -1
plane = 0
appearance_flags = PASS_MOUSE | NO_CLIENT_COLOR | KEEP_TOGETHER
Expand Down

0 comments on commit 9f29f3e

Please sign in to comment.