mirror of
https://github.com/scratchfoundation/scratch-flash.git
synced 2024-12-04 21:21:06 -05:00
Update SpriteThumbnail.as
This commit is contained in:
parent
b8c960bcb9
commit
99d9ad6990
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue