mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
This is why we can't have nice things (#30520)
As the lag is client-side this is the most likely explanation
This commit is contained in:
@@ -388,7 +388,7 @@ If you feel like fixing it, try to find a way to calculate the bounds that is le
|
|||||||
|
|
||||||
/atom/movable/light/shadow/update_appearance()
|
/atom/movable/light/shadow/update_appearance()
|
||||||
. = ..()
|
. = ..()
|
||||||
filters += filter(type = "blur", size = BLUR_SIZE) // Thanks Lummox for blur post-processing
|
//filters += filter(type = "blur", size = BLUR_SIZE) // Thanks Lummox for blur post-processing
|
||||||
|
|
||||||
/atom/movable/light/proc/CastShadow(var/turf/target_turf)
|
/atom/movable/light/proc/CastShadow(var/turf/target_turf)
|
||||||
//get the x and y offsets for how far the target turf is from the light
|
//get the x and y offsets for how far the target turf is from the light
|
||||||
|
|||||||
Reference in New Issue
Block a user