Skip to content

Commit

Permalink
typo fix (#4656)
Browse files Browse the repository at this point in the history
  • Loading branch information
rexept authored Jan 5, 2025
1 parent 05c4d8a commit 2f95e83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/core/core_3d_camera_split_screen.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ int main(void)
// Update
//----------------------------------------------------------------------------------
// If anyone moves this frame, how far will they move based on the time since the last frame
// this moves thigns at 10 world units per second, regardless of the actual FPS
// this moves things at 10 world units per second, regardless of the actual FPS
float offsetThisFrame = 10.0f*GetFrameTime();

// Move Player1 forward and backwards (no turning)
Expand Down Expand Up @@ -171,4 +171,4 @@ int main(void)
//--------------------------------------------------------------------------------------

return 0;
}
}

0 comments on commit 2f95e83

Please sign in to comment.