Removes stopping animation debug

This commit is contained in:
Dax Dupont
2018-01-02 18:06:10 +01:00
parent fce9213ad7
commit bce2a4fc31
3 changed files with 1 additions and 3 deletions

View File

@@ -120,7 +120,6 @@ class Agent {
a === BuiltInAnimations_1.BuiltInAnimations.WALK ||
a === BuiltInAnimations_1.BuiltInAnimations.RUN) {
this.controlFlags = ControlFlags_1.ControlFlags.AGENT_CONTROL_FINISH_ANIM;
console.log('Stopping animation ' + a);
this.sendAgentUpdate();
this.controlFlags = 0;
}

File diff suppressed because one or more lines are too long

View File

@@ -203,7 +203,6 @@ export class Agent
{
// TODO: Pretty sure this isn't the best way to do this
this.controlFlags = ControlFlags.AGENT_CONTROL_FINISH_ANIM;
console.log('Stopping animation ' + a);
this.sendAgentUpdate();
this.controlFlags = 0;
}