OSDN Git Service

[removed] Forever action. Does not play well with Pools used inside actions to get...
authorbadlogicgames <badlogicgames@6c4fd544-2939-11df-bb46-9574ba5d0bfa>
Sat, 23 Oct 2010 22:18:18 +0000 (22:18 +0000)
committerbadlogicgames <badlogicgames@6c4fd544-2939-11df-bb46-9574ba5d0bfa>
Sat, 23 Oct 2010 22:18:18 +0000 (22:18 +0000)
commit4623c63172eacddfcfdec0d435447a952b6003fb
tree3ea85f120c7585494b68f54198e502bd1359c3ef
parent15c3fccd1718b4d0081d906e008a8d38a637c255
[removed] Forever action. Does not play well with Pools used inside actions to get rid of object creation :/
gdx/src/com/badlogic/gdx/scenes/scene2d/actions/Delay.java
gdx/src/com/badlogic/gdx/scenes/scene2d/actions/FadeIn.java
gdx/src/com/badlogic/gdx/scenes/scene2d/actions/Forever.java [deleted file]
gdx/src/com/badlogic/gdx/scenes/scene2d/actions/Parallel.java
gdx/src/com/badlogic/gdx/scenes/scene2d/actions/RotateBy.java
gdx/src/com/badlogic/gdx/scenes/scene2d/actions/Sequence.java
tests/gdx-tests/src/com/badlogic/gdx/tests/UITest.java