Fix for tilingsprite destroy
When a tiling sprite was destroyed the setter was called, which would
set the point value to null. This gave an error while Point.copy does
not like null values.

My fix is to bypass the setters and set the object properties to null.
I’ve added the uvTransform also.
1 parent d1655a9 commit a8855cfa5618673a01d8da4f60792b94e9bc4bb0
@Martijn Swart Martijn Swart authored on 17 Oct 2016
Showing 1 changed file
View
src/extras/TilingSprite.js