mirror of
https://github.com/scratchfoundation/scratch-render.git
synced 2025-08-10 21:39:42 -04:00
rename fencing method
This commit is contained in:
parent
4e21184854
commit
fea7643e7e
1 changed files with 0 additions and 1 deletions
|
@ -742,7 +742,6 @@ class RenderWebGL extends EventEmitter {
|
|||
* @param {object} position - An object with x & y members to be fenced
|
||||
* - These values are updated in the object to become fenced
|
||||
*/
|
||||
getFencedPositionOfDrawable (drawableID, position) {
|
||||
const drawable = this._allDrawables[drawableID];
|
||||
if (!drawable) {
|
||||
// TODO: fix whatever's wrong in the VM which causes this, then add a warning or throw here.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue