adjust wording in game.loop docs
parent
271afe3fde
commit
22ce5eb45c
|
@ -109,13 +109,13 @@ ARTICLE: "game.loop" "Game loops"
|
||||||
start-loop
|
start-loop
|
||||||
stop-loop
|
stop-loop
|
||||||
}
|
}
|
||||||
"The game loop maintains performance counters for measuring drawing frames and ticks per second:"
|
"The game loop maintains performance counters:"
|
||||||
{ $subsections
|
{ $subsections
|
||||||
reset-loop-benchmark
|
reset-loop-benchmark
|
||||||
benchmark-frames-per-second
|
benchmark-frames-per-second
|
||||||
benchmark-ticks-per-second
|
benchmark-ticks-per-second
|
||||||
}
|
}
|
||||||
"The game loop manages errors that occur in the delegate's methods during the course of the game loop:"
|
"The game loop catches errors that occur in the delegate's methods during the course of the game loop:"
|
||||||
{ $subsections
|
{ $subsections
|
||||||
game-loop-error
|
game-loop-error
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue