Fix hd batch group

This commit is contained in:
Retera 2022-02-09 22:54:57 -05:00
parent a93618dc32
commit ccacf2cb57

View File

@ -191,6 +191,8 @@ public class BatchGroup extends GenericGroup {
webGL.bindTexture(teamColorTexture, 4);
webGL.bindTexture(environmentMapTexture, 5);
diffuseLayer.bind(shader);
geoset.bindHd(shader, batch.skinningType, diffuseLayer.coordId);
geoset.render();
}