englercj / resource-loader

A middleware-style generic resource loader built with web games in mind.

Home Page:http://englercj.github.io/resource-loader/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bug when adding resource during loading

mathieuanthoine opened this issue · comments

If I add extra resources with some data in GET after the fileName, the loading operation fail.

Find the attached example.
loader.zip

Fixed in v2.0.9

Stupid question but how the resource-loader is updated in PixiJs, is it automatically added with the current or the next version ? thank you

When we make a release, that version is immutable, it will never change. Any changes to pixi will appear in the next version. This will come around in v4.5.4.