mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
Fix indentation and typo.
This commit is contained in:
@ -158,7 +158,7 @@ namespace osu.Game.Beatmaps.Objects.Osu.Drawable
|
||||
|
||||
private class GlowLayer : Container
|
||||
{
|
||||
private Sprite layer3;
|
||||
private Sprite layer;
|
||||
|
||||
public GlowLayer()
|
||||
{
|
||||
@ -167,7 +167,7 @@ namespace osu.Game.Beatmaps.Objects.Osu.Drawable
|
||||
|
||||
Children = new[]
|
||||
{
|
||||
layer3 = new Sprite
|
||||
layer = new Sprite
|
||||
{
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
@ -180,7 +180,7 @@ namespace osu.Game.Beatmaps.Objects.Osu.Drawable
|
||||
protected override void Load(BaseGame game)
|
||||
{
|
||||
base.Load(game);
|
||||
layer3.Texture = game.Textures.Get(@"Play/osu/ring-glow@2x");
|
||||
layer.Texture = game.Textures.Get(@"Play/osu/ring-glow@2x");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user