w h i t e s p a c e .

pull/5/head
Caroline Bell 2020-02-23 23:35:51 -08:00
parent e5254a6529
commit 07e4127c0c
1 changed files with 0 additions and 5 deletions

View File

@ -10,8 +10,6 @@ public class TexturedModel {
public TexturedModel(RawModel model, ModelTexture texture) { public TexturedModel(RawModel model, ModelTexture texture) {
this.rawModel = model; this.rawModel = model;
this.texture = texture; this.texture = texture;
} }
public RawModel getRawModel() { public RawModel getRawModel() {
@ -21,7 +19,4 @@ public class TexturedModel {
public ModelTexture getTexture() { public ModelTexture getTexture() {
return texture; return texture;
} }
} }