Enabled diffuse lighting by default in UnpackedBakedQuad.Builder.
This commit is contained in:
parent
6385d7cc9f
commit
6e68aa4106
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ public class UnpackedBakedQuad extends BakedQuad
|
|||
private int tint = -1;
|
||||
private EnumFacing orientation;
|
||||
private TextureAtlasSprite texture;
|
||||
private boolean applyDiffuseLighting;
|
||||
private boolean applyDiffuseLighting = true;
|
||||
|
||||
private int vertices = 0;
|
||||
private int elements = 0;
|
||||
|
|
Loading…
Reference in a new issue