Game-tick: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
A game tick or just "tick" is 1/60 of a [[Game-second]]. | A game tick or just "tick" is 1/60 of a [[Game-second]]. | ||
This means, that in real-time a tick can last longer, for example, when the CPU is too slow to compute all needed updates in this time. | This means, that in [[Time|real-time]] a tick can last longer, for example, when the CPU is too slow to compute all needed updates in this time. |
Revision as of 07:07, 23 December 2013
A game tick or just "tick" is 1/60 of a Game-second.
This means, that in real-time a tick can last longer, for example, when the CPU is too slow to compute all needed updates in this time.