Unlike BakedQuad, UnpackedBakedQuad does not propagate the diffuse lighting flag to Vertex Consumers. Made UnpackedBakedQuad conform to BakedQuad's behavior. (#3181)
This commit is contained in:
parent
4cd0f88a69
commit
7643be8cdc
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ public class UnpackedBakedQuad extends BakedQuad
|
|||
{
|
||||
// catch missing method errors caused by change to IVertexConsumer
|
||||
}
|
||||
consumer.setApplyDiffuseLighting(applyDiffuseLighting);
|
||||
consumer.setQuadOrientation(getFace());
|
||||
for(int v = 0; v < 4; v++)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue