Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
anshium committed Jan 14, 2024
1 parent a13e7fa commit c78b551
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 @@ -95,7 +95,7 @@ The `parse()`` function takes the sceneConfig and populates the scene struct's c
Notice `this->parse(---)`. Here `this` refers to the `Scene struct` that was the first line we saw in the `main` function.
Now how there surfaces are created and what is the `Vector2i imageResolution` and more things, we will see later on in the following sections. ::Improve this line
Now how the surfaces are created and what is the `Vector2i imageResolution` and more things, we will see later on in the following sections. ::Improve this line
### Part 1.2: Overview of what's called Integrator
Expand Down

0 comments on commit c78b551

Please sign in to comment.