Skip to content

Commit 55d8140

Browse files
committed
Close #99
1 parent 833cbea commit 55d8140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bookcontents/chapter-07/chapter-07.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ We need to modify the `MeshData` class to include texture coordinates:
344344
```java
345345
package org.vulkanb.eng.model;
346346

347-
public record MeshData(String id, float[] positions, int[] indices) {
347+
public record MeshData(String id, float[] positions, float[] textCoords, int[] indices) {
348348
}
349349
```
350350

0 commit comments

Comments
 (0)