rename fencing method

This commit is contained in:
griffpatch 2017-02-11 14:23:05 +00:00
parent 4e21184854
commit fea7643e7e

View file

@ -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.