Add BUI ctor tests (#31463)
5 lines of eaten iocmanager.injectdependencies led to this.
This commit is contained in:
@@ -9,7 +9,12 @@ namespace Content.Client.UserInterface.Controls
|
||||
{
|
||||
public float Progress;
|
||||
|
||||
private readonly ProgressColorSystem _progressColor = IoCManager.Resolve<IEntityManager>().System<ProgressColorSystem>();
|
||||
private readonly ProgressColorSystem _progressColor;
|
||||
|
||||
public ProgressTextureRect()
|
||||
{
|
||||
_progressColor = IoCManager.Resolve<IEntityManager>().System<ProgressColorSystem>();
|
||||
}
|
||||
|
||||
protected override void Draw(DrawingHandleScreen handle)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user