Skip to content

Commit

Permalink
keep timestamp of the last frame in Renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinir committed Oct 14, 2020
1 parent c79a8ab commit 9923f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/module/GamepadRenderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -1170,7 +1170,7 @@ class GamepadRenderer {
} // for loop of gamepadIndex

this._processedGamepadChange = null
this._timestamp = null
// this._timestamp = null

this.requestRender()
}
Expand Down

0 comments on commit 9923f97

Please sign in to comment.