Skip to content

Commit bd19929

Browse files
committed
JSDoc fix
1 parent d47e599 commit bd19929

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/animations/Animation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ var Animation = new Class({
120120
*
121121
* @name Phaser.Animations.Animation#skipMissedFrames
122122
* @type {boolean}
123-
* @default false
123+
* @default true
124124
* @since 3.0.0
125125
*/
126126
this.skipMissedFrames = GetValue(config, 'skipMissedFrames', true);

0 commit comments

Comments
 (0)