I forgor (fix compilation test)

This commit is contained in:
ariaworld
2024-11-30 16:56:28 +01:00
parent 77aa15c4c2
commit 12767b3942
+2
View File
@@ -81,6 +81,8 @@
update_eye_blur()
/mob/proc/update_eye_blur()
if(!hud_used)
return
var/atom/movable/plane_master_controller/game_plane_master_controller = hud_used.plane_master_controllers[PLANE_MASTERS_GAME]
if(eye_blurry)
game_plane_master_controller.add_filter("eye_blur", 1, gauss_blur_filter(clamp(eye_blurry * 0.1, 0.6, 3)))