Some YAML cleanup (#840)
This commit is contained in:
committed by
GitHub
parent
b343f61268
commit
69ca8c2153
@@ -19,7 +19,7 @@ namespace Content.Client.Graphics.Overlays
|
||||
public GradientCircleMask() : base(nameof(GradientCircleMask))
|
||||
{
|
||||
IoCManager.InjectDependencies(this);
|
||||
Shader = _prototypeManager.Index<ShaderPrototype>("gradientcirclemask").Instance();
|
||||
Shader = _prototypeManager.Index<ShaderPrototype>("GradientCircleMask").Instance();
|
||||
}
|
||||
|
||||
protected override void Draw(DrawingHandleBase handle)
|
||||
|
||||
Reference in New Issue
Block a user