OSDN Git Service

[fixed] small bug in Parallel and Sequence action. Parallel didn't check whether...
authorbadlogicgames <badlogicgames@6c4fd544-2939-11df-bb46-9574ba5d0bfa>
Wed, 8 Dec 2010 14:21:43 +0000 (14:21 +0000)
committerbadlogicgames <badlogicgames@6c4fd544-2939-11df-bb46-9574ba5d0bfa>
Wed, 8 Dec 2010 14:21:43 +0000 (14:21 +0000)
commit59b03495a1faa930c6a8c5786c969f57bad44b57
tree5cb7273866aa6de4c87c2415a6483f877e5c159a
parentd1144dc64bdf89680e751b0133088e12370cfb7c
[fixed] small bug in Parallel and Sequence action. Parallel didn't check whether the Action was already one before calling it's act() method. Depending on the Action this might blow up.
gdx/src/com/badlogic/gdx/scenes/scene2d/actions/Parallel.java
gdx/src/com/badlogic/gdx/scenes/scene2d/actions/Sequence.java