Skip to content

Commit

Permalink
Window fix (#16243)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lumipharon committed Jul 4, 2024
1 parent 94d85b5 commit d86967f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions code/game/objects/structures/window.dm
Original file line number Diff line number Diff line change
Expand Up @@ -417,9 +417,8 @@
/obj/structure/window/framed/update_nearby_icons()
QUEUE_SMOOTH_NEIGHBORS(src)

/obj/structure/window/framed/update_icon()
QUEUE_SMOOTH(src)
return ..()
/obj/structure/window/framed/update_icon_state()
QUEUE_SMOOTH(src) //we update icon state through the smoothing system exclusively

/obj/structure/window/framed/deconstruct(disassembled = TRUE, leave_frame = TRUE)
if(window_frame && leave_frame)
Expand Down

0 comments on commit d86967f

Please sign in to comment.