First call to Clock.getDelta() should returns 0
@@ -47,6 +47,7 @@ Object.assign( Clock.prototype, {
if ( this.autoStart && ! this.running ) {
this.start();
+ return 0;
}