MORE SMOOTHING (#21403)

This commit is contained in:
Contrabang
2023-06-21 23:21:21 +01:00
committed by GitHub
parent da25a93c62
commit f44c150154
+1 -1
View File
@@ -96,7 +96,7 @@
if(!density)
icon_state = "fwall_open"
return
smoothing_flags = SMOOTH_BITMASK
smoothing_flags = SMOOTH_BITMASK | SMOOTH_OBJ
icon_state = initial(icon_state)
icon_state = "[base_icon_state]-[smoothing_junction]"
QUEUE_SMOOTH(src)