Skip to content

Commit bfc155e

Browse files
comments
1 parent 3fa6f2b commit bfc155e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/cam72cam/mod/model/common/mesh/SimpleModelBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public SimpleModelBuilder(Identifier modelLoc, double scale, Collection<String>
6666
materials.add(new Material(this, "undefined"));
6767
materialIds.put("undefined", 0);
6868
currMaterial = 0;
69-
//Add default group
69+
// Add default group
7070
newModelGroup("defaultName");
7171
}
7272

@@ -153,7 +153,7 @@ public void doSmoothShading() {
153153

154154
@Override
155155
public InputStream open(Identifier id) {
156-
// Via cache
156+
// Via cache, records file modified time to invalid cache
157157
return new ByteArrayInputStream(input.apply(id));
158158
}
159159

0 commit comments

Comments
 (0)