OSDN Git Service

[fixed] Parallel.copy() had a bug. Didn't allocate a Parallel.finished array properly.
authorbadlogicgames <badlogicgames@6c4fd544-2939-11df-bb46-9574ba5d0bfa>
Sat, 5 Feb 2011 12:02:49 +0000 (12:02 +0000)
committerbadlogicgames <badlogicgames@6c4fd544-2939-11df-bb46-9574ba5d0bfa>
Sat, 5 Feb 2011 12:02:49 +0000 (12:02 +0000)
commitbf60fe7b39c92395dc34ef2564c4cf4f447e3e31
treee48f9198b99e4fd7d54134bcbec7c4cfef17766f
parent1aaadbf3ed3ff8ac459a0b24ac29536a5d69972d
[fixed] Parallel.copy() had a bug. Didn't allocate a Parallel.finished array properly.
gdx/src/com/badlogic/gdx/scenes/scene2d/actions/Parallel.java
tests/gdx-tests/src/com/badlogic/gdx/tests/ActionTest.java
tests/gdx-tests/src/com/badlogic/gdx/tests/PixmapTest.java