Skip to content

Commit

Permalink
Missing fragment of code
Browse files Browse the repository at this point in the history
  • Loading branch information
lwjglgamedev committed Dec 17, 2023
1 parent 5d80a4b commit e4d1a95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bookcontents/chapter-09/chapter-09.md
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,7 @@ Additionally, We will need a new constant in the `GraphConstants` class which wi
```java
public final class GraphConstants {
...
public static final int VEC4_SIZE = 4 * FLOAT_LENGTH;
...
}
```
Expand Down

0 comments on commit e4d1a95

Please sign in to comment.