Fix do-after flicker (#10020)

This commit is contained in:
metalgearsloth
2022-07-26 23:57:31 +10:00
committed by GitHub
parent 535f16a199
commit 5eb0e62142
4 changed files with 70 additions and 67 deletions

View File

@@ -72,6 +72,7 @@ namespace Content.Client.DoAfter.UI
{
IoCManager.InjectDependencies(this);
_shader = IoCManager.Resolve<IPrototypeManager>().Index<ShaderPrototype>("unshaded").Instance();
VerticalAlignment = VAlignment.Center;
}
protected override void FrameUpdate(FrameEventArgs args)