Update SpriteThumbnail.as

This commit is contained in:
doyousketch2 2014-06-25 14:48:33 -04:00
parent b8c960bcb9
commit 99d9ad6990

View file

@ -127,7 +127,7 @@ public class SpriteThumbnail extends Sprite {
}
public function showHighlight(flag:Boolean):void {
// Display a highlight if flag is true (e.g. to show broadcast sender/eceivers).
// Display a highlight if flag is true (e.g. to show broadcast sender/receivers).
highlightFrame.visible = flag;
}