OSDN Git Service

[changed] all members of Stage are protected now by request. If we break compatibilit...
authorbadlogicgames <badlogicgames@6c4fd544-2939-11df-bb46-9574ba5d0bfa>
Mon, 24 Jan 2011 19:27:39 +0000 (19:27 +0000)
committerbadlogicgames <badlogicgames@6c4fd544-2939-11df-bb46-9574ba5d0bfa>
Mon, 24 Jan 2011 19:27:39 +0000 (19:27 +0000)
gdx/src/com/badlogic/gdx/scenes/scene2d/Stage.java

index 72ef335..fbe03e0 100644 (file)
@@ -43,17 +43,17 @@ import com.badlogic.gdx.math.Vector2;
  * \r
  */\r
 public class Stage extends InputAdapter {\r
-       private float width;\r
-       private float height;\r
-       private float centerX;\r
-       private float centerY;\r
-       private boolean stretch;\r
+       protected float width;\r
+       protected float height;\r
+       protected float centerX;\r
+       protected float centerY;\r
+       protected boolean stretch;\r
 \r
-       private final Group root;\r
+       protected final Group root;\r
 \r
-       private final SpriteBatch batch;\r
-       private final Matrix4 projection;\r
-       private final Matrix4 identity;\r
+       protected final SpriteBatch batch;\r
+       protected final Matrix4 projection;\r
+       protected final Matrix4 identity;\r
 \r
        /**\r
         * <p>\r