bp74 / StageXL

A fast and universal 2D rendering engine for HTML5 and Dart.
http://www.stagexl.org
Other
880 stars 82 forks source link

Add null-check on format key #355

Closed mnordine closed 2 years ago

mnordine commented 2 years ago

All previous tests were done with json files generated by Texture Packer, which I thought always had the "format" key. However, that appears to not be the case.

Note that in the absence of the "format" key, the render texture defaults to rgba 8888, as before.

mnordine commented 2 years ago

Fixes https://github.com/bp74/StageXL/issues/354

kevmoo commented 2 years ago

Will want to update pubspec and changelog for this fix!

mnordine commented 2 years ago

Whoever merges this will want to squash

kevmoo commented 2 years ago

Thanks so much! @bp74 ?