Ver código fonte

Merge pull request #2242 from lieff/master

fix multiple iterator advancement
Yao Wei Tjong 8 anos atrás
pai
commit
44d654c1e6
1 arquivos alterados com 0 adições e 2 exclusões
  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;