mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 23:12:24 -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) {
|
goToFront (args, util) {
|
||||||
|
if (!util.target.isStage) {
|
||||||
util.target.goToFront();
|
util.target.goToFront();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
goBackLayers (args, util) {
|
goBackLayers (args, util) {
|
||||||
util.target.goBackLayers(args.NUM);
|
util.target.goBackLayers(args.NUM);
|
||||||
|
|
Loading…
Reference in a new issue