mirror of
https://github.com/scratchfoundation/scratch-render.git
synced 2025-08-28 22:30:04 -04:00
Merge pull request #441 from adroitwhiz/region-exit-fix
Clear _regionId when exiting draw region
This commit is contained in:
commit
b4c7dbf0ea
2 changed files with 1 additions and 0 deletions
|
@ -1548,6 +1548,7 @@ class RenderWebGL extends EventEmitter {
|
|||
this._exitRegion();
|
||||
}
|
||||
this._exitRegion = null;
|
||||
this._regionId = null;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
BIN
test/integration/scratch-tests/disappearing-pen.sb3
Normal file
BIN
test/integration/scratch-tests/disappearing-pen.sb3
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue