mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 06:52:40 -05:00
Go to front in stage does nothing
This commit is contained in:
parent
0722708004
commit
b2802b75f1
1 changed files with 3 additions and 1 deletions
|
@ -410,8 +410,10 @@ class Scratch3LooksBlocks {
|
|||
}
|
||||
|
||||
goToFront (args, util) {
|
||||
if (!util.target.isStage) {
|
||||
util.target.goToFront();
|
||||
}
|
||||
}
|
||||
|
||||
goBackLayers (args, util) {
|
||||
util.target.goBackLayers(args.NUM);
|
||||
|
|
Loading…
Reference in a new issue