Skip to content

Commit

Permalink
add missing space in one of the cameraDescriptions (#2977)
Browse files Browse the repository at this point in the history
  • Loading branch information
devmanso authored Mar 21, 2023
1 parent 9f7a49b commit 4f43ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/core/core_2d_camera_platformer.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ int main(void)
"Follow player center",
"Follow player center, but clamp to map edges",
"Follow player center; smoothed",
"Follow player center horizontally; updateplayer center vertically after landing",
"Follow player center horizontally; update player center vertically after landing",
"Player push camera on getting too close to screen edge"
};

Expand Down

0 comments on commit 4f43ceb

Please sign in to comment.