mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-29 13:57:29 +01:00
fixes camera console parallax (#5725)
Co-authored-by: silicons <no@you.cat>
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
if(isnull(planes))
|
||||
planes = new(map_name)
|
||||
if(isnull(parallax))
|
||||
parallax = new(secondary_map = map_name, forced_eye = src)
|
||||
parallax = new(secondary_map = map_name, forced_eye = host)
|
||||
|
||||
/datum/tgui_module_old/camera/ui_interact(mob/user, datum/tgui/ui = null)
|
||||
// Update UI
|
||||
|
||||
Reference in New Issue
Block a user