Fix an issue with material adpater

This commit is contained in:
Nehon 2017-08-24 21:06:49 +02:00 committed by Rémy Bouquet
parent 1bdebd5505
commit ad03eab01d

View File

@ -34,6 +34,7 @@ public abstract class MaterialAdapter {
protected void init(AssetManager assetManager) {
this.assetManager = assetManager;
this.reset();
}
void reset() {