mirror of
https://github.com/ppy/osu
synced 2024-12-27 17:32:56 +00:00
Scope down DrawNode's source
parameter
This commit is contained in:
parent
d5a10e9221
commit
0b593fac5c
@ -85,7 +85,7 @@ namespace osu.Game.Graphics
|
||||
private Axes relativePositionAxes;
|
||||
private Vector2 sourceSize;
|
||||
|
||||
public ParticleSpewerDrawNode(Sprite source)
|
||||
public ParticleSpewerDrawNode(ParticleSpewer source)
|
||||
: base(source)
|
||||
{
|
||||
particles = new FallingParticle[Source.particles.Length];
|
||||
|
Loading…
Reference in New Issue
Block a user