Clear manager

This commit is contained in:
Richard Davey 2018-04-23 17:30:18 +01:00
parent 649378ed0a
commit e685c50f8a

View file

@ -419,6 +419,7 @@ var Texture = new Class({
this.source = [];
this.dataSource = [];
this.frames = {};
this.manager = null;
}
});