[monogame] Minor: fixed a warning.

This commit is contained in:
Harald Csaszar 2024-04-16 17:44:46 +02:00
parent 83c987e43d
commit d3ceb219f8

View File

@ -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));