diff --git a/cg_codebase.md b/cg_codebase.md index 6c2dccb..980b149 100644 --- a/cg_codebase.md +++ b/cg_codebase.md @@ -45,7 +45,7 @@ struct Scene { }; ``` -- First, this `struct Scene` has a vector of structs `Surface` names surfaces. +- First, this `struct Scene` has a vector of structs `Surface` named surfaces. - Then a `struct Camera` named camera. - Then a 2D vector Vector2\ that has been renamed to Vector2i using `typedef Vector2 Vector2i;` and named imageResolution.