Jelajahi Sumber

First call to Clock.getDelta() returns 0

Fernando Serrano 8 tahun lalu
induk
melakukan
9fe3631401
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      src/core/Clock.js

+ 1 - 0
src/core/Clock.js

@@ -49,6 +49,7 @@ Clock.prototype = {
 		if ( this.autoStart && ! this.running ) {
 
 			this.start();
+			return 0;
 
 		}