Skip to content

Commit 0f2a012

Browse files
committed
fix hashlink
1 parent ac62646 commit 0f2a012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/smartfoxserver/v2/util/LagMonitor.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import com.smartfoxserver.v2.events.EventDispatcher;
1313
*/
1414
class LagMonitor extends EventDispatcher
1515
{
16-
private var _lastReqTime:Float;
16+
private var _lastReqTime:Float = 0.0;
1717
private var _valueQueue:Array<Float>;
1818
private var _interval:Float;
1919
private var _queueSize:Int;

0 commit comments

Comments
 (0)