Merge pull request #441 from adroitwhiz/region-exit-fix

Clear _regionId when exiting draw region
This commit is contained in:
Chris Willis-Ford 2019-08-30 19:51:20 +01:00 committed by GitHub
commit b4c7dbf0ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 0 deletions

View file

@ -1548,6 +1548,7 @@ class RenderWebGL extends EventEmitter {
this._exitRegion();
}
this._exitRegion = null;
this._regionId = null;
}
/**