We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac62646 commit 0f2a012Copy full SHA for 0f2a012
src/com/smartfoxserver/v2/util/LagMonitor.hx
@@ -13,7 +13,7 @@ import com.smartfoxserver.v2.events.EventDispatcher;
13
*/
14
class LagMonitor extends EventDispatcher
15
{
16
- private var _lastReqTime:Float;
+ private var _lastReqTime:Float = 0.0;
17
private var _valueQueue:Array<Float>;
18
private var _interval:Float;
19
private var _queueSize:Int;
0 commit comments