Closed marcusklang closed 4 years ago
getTextureData() created an image based on width and height values that are undefined if image failed to load.
Replaced with default image and image is constructed only if successfully loaded.
Thank you for squashing the commits together. :+1:
getTextureData() created an image based on width and height values that are undefined if image failed to load.
Replaced with default image and image is constructed only if successfully loaded.