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

no hl specific smoothFactor

ncannasse 7 жил өмнө
parent
commit
2c26e977c2
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      hxd/Timer.hx

+ 1 - 1
hxd/Timer.hx

@@ -25,7 +25,7 @@ class Timer {
 		the results for tmod/dt/fps over frames using the formula   dt = lerp(dt, elapsedTime, smoothFactor)
 		the results for tmod/dt/fps over frames using the formula   dt = lerp(dt, elapsedTime, smoothFactor)
 		Default : 0 on HashLink, 0.95 on other platforms
 		Default : 0 on HashLink, 0.95 on other platforms
 	**/
 	**/
-	public static var smoothFactor = #if hl 0. #else 0.95 #end;
+	public static var smoothFactor = 0.95;
 
 
 	/**
 	/**
 		The last timestamp in which update() function was called.
 		The last timestamp in which update() function was called.