kopia lustrzana https://github.com/backface/turtlestitch
fix set turbo mode block
rodzic
ce3340e623
commit
9dad5314df
|
@ -1482,10 +1482,10 @@ Process.prototype.doSetFastTracking = function (bool) {
|
||||||
if (this.homeContext.receiver) {
|
if (this.homeContext.receiver) {
|
||||||
ide = this.homeContext.receiver.parentThatIsA(IDE_Morph);
|
ide = this.homeContext.receiver.parentThatIsA(IDE_Morph);
|
||||||
if (ide) {
|
if (ide) {
|
||||||
if (ide.stage.isFastTracked) {
|
if (bool === true) {
|
||||||
ide.stopFastTracking();
|
|
||||||
} else {
|
|
||||||
ide.startFastTracking();
|
ide.startFastTracking();
|
||||||
|
} else {
|
||||||
|
ide.stopFastTracking();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue