Przeglądaj źródła

fix double it++

lieff 8 lat temu
rodzic
commit
1fcfbf0fed
1 zmienionych plików z 0 dodań i 2 usunięć
  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();
         float speed = value.Get("speed").GetFloat();
         SetAttributeAnimation(name, attributeAnimation, wrapMode, speed);
         SetAttributeAnimation(name, attributeAnimation, wrapMode, speed);
-
-        it++;
     }
     }
 
 
     return true;
     return true;