Skip to content

Commit d3ceb21

Browse files
committed
[monogame] Minor: fixed a warning.
1 parent 83c987e commit d3ceb21

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spine-monogame/spine-monogame-example/ExampleGame.cs

-1
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,6 @@ internal class PhysicsScreenCelestial : Screen {
344344
Atlas atlas;
345345
Skeleton skeleton;
346346
AnimationState state;
347-
Vector2 previousPosition;
348347

349348
public PhysicsScreenCelestial (Example game) : base(game) {
350349
atlas = new Atlas("data/celestial-circus.atlas", new XnaTextureLoader(game.GraphicsDevice));

0 commit comments

Comments
 (0)