Skip to content

Commit

Permalink
[MIRROR] Addresses Icon Smoothing Runtimes [MDB IGNORE] (#1031)
Browse files Browse the repository at this point in the history
* Addresses Icon Smoothing Runtimes (#80171)


---------

Co-authored-by: SkyratBot <[email protected]>
Co-authored-by: san7890 <[email protected]>
  • Loading branch information
3 people authored Dec 9, 2023
1 parent 3d26d86 commit 958defa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/__HELPERS/icon_smoothing.dm
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ xxx xxx xxx

///do not use, use QUEUE_SMOOTH(atom)
/atom/proc/smooth_icon()
if(QDELETED(src))
return
smoothing_flags &= ~SMOOTH_QUEUED
flags_1 |= HTML_USE_INITAL_ICON_1
if (!z)
Expand Down

0 comments on commit 958defa

Please sign in to comment.