1
0
Эх сурвалжийг харах

First call to Clock.getDelta() returns 0

Fernando Serrano 9 жил өмнө
parent
commit
9fe3631401
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  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;
 
 		}
 

粤ICP备19079148号