w h i t e s p a c e .
parent
e5254a6529
commit
07e4127c0c
|
@ -10,8 +10,6 @@ public class TexturedModel {
|
|||
public TexturedModel(RawModel model, ModelTexture texture) {
|
||||
this.rawModel = model;
|
||||
this.texture = texture;
|
||||
|
||||
|
||||
}
|
||||
|
||||
public RawModel getRawModel() {
|
||||
|
@ -21,7 +19,4 @@ public class TexturedModel {
|
|||
public ModelTexture getTexture() {
|
||||
return texture;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue