Browse Source

fix double it++

lieff 8 years ago
parent
commit
1fcfbf0fed
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Source/Urho3D/Scene/Animatable.cpp

+ 0 - 2
Source/Urho3D/Scene/Animatable.cpp

@@ -171,8 +171,6 @@ bool Animatable::LoadJSON(const JSONValue& source)
 
         float speed = value.Get("speed").GetFloat();
         SetAttributeAnimation(name, attributeAnimation, wrapMode, speed);
-
-        it++;
     }
 
     return true;