mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 22:36:57 +02:00
more debugging of bow
This commit is contained in:
parent
65c8d4b16b
commit
b1d556aee2
1 changed files with 1 additions and 1 deletions
|
@ -598,7 +598,7 @@
|
||||||
var now = Date.now();
|
var now = Date.now();
|
||||||
deltaTime = now - lastRPC;
|
deltaTime = now - lastRPC;
|
||||||
lastRPC = now;
|
lastRPC = now;
|
||||||
print("RPCkicker interval:"+deltaTime);
|
//print("RPCkicker interval:"+deltaTime);
|
||||||
},TIMER_INTERVAL);
|
},TIMER_INTERVAL);
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue