Forgot one console spammer

This commit is contained in:
viktorljung
2016-03-10 10:47:58 +01:00
parent 3a213be679
commit b0e9cd3965
+1 -1
View File
@@ -132,7 +132,7 @@ void AnimationSystem::UpdateWeights(double dt)
if(it->second.HasActiveBlendJob()) {
AutoBlendQueue::AutoBlendJob& blendJob = it->second.GetActiveBlendJob();
LOG_INFO("%s", blendJob.RootNode.Name().c_str());
//LOG_INFO("%s", blendJob.RootNode.Name().c_str());
std::shared_ptr<BlendTree> blendTree = it->second.GetBlendTree();
if (blendTree != nullptr) {
if (blendJob.Duration != 0.0) {