Browse Source

[monogame] Minor: fixed a warning.

Harald Csaszar 1 year ago
parent
commit
d3ceb219f8
1 changed files with 0 additions and 1 deletions
  1. 0 1
      spine-monogame/spine-monogame-example/ExampleGame.cs

+ 0 - 1
spine-monogame/spine-monogame-example/ExampleGame.cs

@@ -344,7 +344,6 @@ namespace Spine {
 		Atlas atlas;
 		Skeleton skeleton;
 		AnimationState state;
-		Vector2 previousPosition;
 
 		public PhysicsScreenCelestial (Example game) : base(game) {
 			atlas = new Atlas("data/celestial-circus.atlas", new XnaTextureLoader(game.GraphicsDevice));