mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-11 05:43:04 +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();
|
||||
deltaTime = now - lastRPC;
|
||||
lastRPC = now;
|
||||
print("RPCkicker interval:"+deltaTime);
|
||||
//print("RPCkicker interval:"+deltaTime);
|
||||
},TIMER_INTERVAL);
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue