fredsa / playn

Cross platform game library for N≥4 platforms
0 stars 1 forks source link

IE9 attempting to use Float32Array #136

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

When running on IE9 one gets an error because of playn choosing to use 
HtmlInternalTransform in HtmlLayerCanvas. This can be fixed by adding 

super(HtmlPlatform.hasTypedArraySupport ?
            new HtmlInternalTransform() : new StockInternalTransform());

to the constructor, like what is done in HtmlLayerDom.

Original issue reported on code.google.com by simen...@gmail.com on 13 Feb 2012 at 9:29

GoogleCodeExporter commented 9 years ago
Fixed in c3ef064fcc5b17b09b72126642a220af1cc40808.

Unfortunately this came in only an hour after I shipped a 1.1 release, but I'm 
sure we'll ship a 1.1.1 release before long and this will be in it.

Original comment by samskiv...@gmail.com on 13 Feb 2012 at 9:41