Fixed another small comment error

This commit is contained in:
hmmmmmmmm 2019-05-12 17:31:04 +01:00 committed by GitHub
parent c25154064d
commit aea3b2df65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,7 +89,7 @@ int main()
// Get input
//----------------------------------------------------------------------------------
// Press 0 - 4 to reset c to a point of interest.
// Press 1 - 6 to reset c to a point of interest.
if (IsKeyPressed(KEY_ONE) || IsKeyPressed(KEY_TWO) || IsKeyPressed(KEY_THREE) || IsKeyPressed(KEY_FOUR) || IsKeyPressed(KEY_FIVE) || IsKeyPressed(KEY_SIX))
{
if (IsKeyPressed(KEY_ONE))