mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
[monogame] Minor: fixed a warning.
This commit is contained in:
parent
83c987e43d
commit
d3ceb219f8
@ -344,7 +344,6 @@ namespace Spine {
|
|||||||
Atlas atlas;
|
Atlas atlas;
|
||||||
Skeleton skeleton;
|
Skeleton skeleton;
|
||||||
AnimationState state;
|
AnimationState state;
|
||||||
Vector2 previousPosition;
|
|
||||||
|
|
||||||
public PhysicsScreenCelestial (Example game) : base(game) {
|
public PhysicsScreenCelestial (Example game) : base(game) {
|
||||||
atlas = new Atlas("data/celestial-circus.atlas", new XnaTextureLoader(game.GraphicsDevice));
|
atlas = new Atlas("data/celestial-circus.atlas", new XnaTextureLoader(game.GraphicsDevice));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user