Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
anshium committed Jan 12, 2024
1 parent 18fe075 commit c6bf6d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cg_codebase.md
Original file line number Diff line number Diff line change
Expand Up @@ -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\<int> that has been renamed to Vector2i using `typedef Vector2<int> Vector2i;` and named imageResolution.

Expand Down

0 comments on commit c6bf6d1

Please sign in to comment.