Exposed Texture Manager via state.textures.

This commit is contained in:
photonstorm 2016-12-08 16:41:23 +00:00
parent 7d022067df
commit e9c4f28db3
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,4 @@
var CHECKSUM = {
build: '40d2cba0-bd62-11e6-be28-f17d7d3d6a73'
build: '9354db50-bd64-11e6-b222-331fc2fa5bec'
};
module.exports = CHECKSUM;

View file

@ -90,6 +90,7 @@ Systems.prototype = {
this.state.data = this.data;
this.state.camera = this.camera;
this.state.transform = this.camera.transform;
this.state.textures = this.textures;