diff --git a/bookcontents/chapter-09/chapter-09.md b/bookcontents/chapter-09/chapter-09.md index 5fa9bf37..f7a0d2d9 100644 --- a/bookcontents/chapter-09/chapter-09.md +++ b/bookcontents/chapter-09/chapter-09.md @@ -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; ... } ```