mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-29 07:07:10 +02:00
remove debugging
This commit is contained in:
parent
d440532cff
commit
ecaf3b7b3d
1 changed files with 0 additions and 1 deletions
|
@ -154,7 +154,6 @@
|
||||||
},
|
},
|
||||||
continueEquip: function(entityID, args) {
|
continueEquip: function(entityID, args) {
|
||||||
this.deltaTime = checkInterval();
|
this.deltaTime = checkInterval();
|
||||||
print("continueEquip delta:" + this.deltaTime);
|
|
||||||
//debounce during debugging -- maybe we're updating too fast?
|
//debounce during debugging -- maybe we're updating too fast?
|
||||||
if (USE_DEBOUNCE === true) {
|
if (USE_DEBOUNCE === true) {
|
||||||
this.sinceLastUpdate = this.sinceLastUpdate + this.deltaTime;
|
this.sinceLastUpdate = this.sinceLastUpdate + this.deltaTime;
|
||||||
|
|
Loading…
Reference in a new issue