mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Scope down DrawNode's source
parameter
This commit is contained in:
@ -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];
|
||||
|
Reference in New Issue
Block a user