Skip to content

Commit 9f29f3e

Browse files
authored
516 (#992)
1 parent a9410cd commit 9f29f3e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

code/_onclick/hud/rendering/render_plate.dm

+4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@
99
* 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
1010
*/
1111
/atom/movable/render_plane_relay
12+
#if DM_VERSION < 516
1213
screen_loc = "CENTER"
14+
#else
15+
screen_loc = "1,1"
16+
#endif
1317
layer = -1
1418
plane = 0
1519
appearance_flags = PASS_MOUSE | NO_CLIENT_COLOR | KEEP_TOGETHER

0 commit comments

Comments
 (0)