Merge pull request #616 from Citadel-Station-13/upstream-merge-26660

[MIRROR] Fixes blank alerts
This commit is contained in:
LetterJay
2017-04-28 08:18:17 -05:00
committed by GitHub

View File

@@ -396,7 +396,7 @@ It's fairly easy to fix if dealing with single letters but not so much with comp
A.action = action
A.target = source
if(!alert_overlay)
alert_overlay = new(src)
alert_overlay = new(source)
alert_overlay.layer = FLOAT_LAYER
alert_overlay.plane = FLOAT_PLANE
A.add_overlay(alert_overlay)