mirror of
https://github.com/photonstorm/phaser
synced 2024-11-21 20:23:19 +00:00
Lint fix
This commit is contained in:
parent
19f581327e
commit
9d23735a23
1 changed files with 1 additions and 1 deletions
|
@ -897,7 +897,7 @@ var Mesh = new Class({
|
|||
* @param {number} time - The current timestamp.
|
||||
* @param {number} delta - The delta time, in ms, elapsed since the last frame.
|
||||
*/
|
||||
preUpdate: function (time, delta)
|
||||
preUpdate: function ()
|
||||
{
|
||||
this.totalRendered = this.totalFrame;
|
||||
this.totalFrame = 0;
|
||||
|
|
Loading…
Reference in a new issue