Small fix
This commit is contained in:
parent
4a6d618598
commit
d350425049
1 changed files with 1 additions and 1 deletions
|
@ -12,11 +12,11 @@ import java.util.List;
|
|||
public class OBJModelBuilder {
|
||||
private static final OBJModelBuilder INSTANCE = new OBJModelBuilder();
|
||||
private final List<ResourceLocation> textures = Lists.newArrayList();
|
||||
private Vector3f offset = new Vector3f();
|
||||
private ResourceLocation modelLocation;
|
||||
private ResourceLocation particles;
|
||||
private boolean useCulling;
|
||||
private boolean useShading;
|
||||
private Vector3f offset;
|
||||
|
||||
private OBJModelBuilder() {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue