-
-
Notifications
You must be signed in to change notification settings - Fork 189
Open
Labels
contentIssues with the lessons, practices, including their code examplesIssues with the lessons, practices, including their code examples
Description
At the end of Lesson 11, it states "Without delta, frame times vary from computer to computer and during gameplay. Because of that, the movement will differ for every player, making the game inconsistent and messy."
The following is more correct:
"Frame times vary from computer to computer and from frame to frame during gameplay. Because frame times vary, if delta is not used, movement speed will differ for each player, making the game inconsistent and messy."
Metadata
Metadata
Assignees
Labels
contentIssues with the lessons, practices, including their code examplesIssues with the lessons, practices, including their code examples