Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

Commit

Permalink
Fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
Andru1999 committed Aug 1, 2018
1 parent c0fe404 commit 61cd68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GraphicsEngine/AnimationLoop.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class AnimationLoop {
*
* @this {AnimationLoop}
* @param {number} lastTime - Время последнего вызова функции
* по умолчанию текущее.
* (по умолчанию текущее).
*/
_loop(lastTime = Date.now()) {
var external_this = this; // Необходим для решения проблемы с вызовом методо внутри requestAnimFrame
Expand Down

0 comments on commit 61cd68a

Please sign in to comment.