浏览代码

[monogame] Minor: fixed a warning.

Harald Csaszar 1 年之前
父节点
当前提交
d3ceb219f8
共有 1 个文件被更改,包括 0 次插入1 次删除
  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));