Skip to content

Commit

Permalink
[monogame] Minor: fixed a warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
HaraldCsaszar committed Apr 16, 2024
1 parent 83c987e commit d3ceb21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spine-monogame/spine-monogame-example/ExampleGame.cs
Expand Up @@ -344,7 +344,6 @@ internal class PhysicsScreenCelestial : Screen {
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));
Expand Down

0 comments on commit d3ceb21

Please sign in to comment.