mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-29 19:47:48 +03:00
Fix 3000 errors
This commit is contained in:
@@ -484,7 +484,7 @@ namespace Content.Client.ParticleAccelerator.UI
|
||||
public void SetPowerState(ParticleAcceleratorUIState state, bool exists)
|
||||
{
|
||||
_base.ShaderOverride = exists ? null : _menu._greyScaleShader;
|
||||
_base.ModulateSelfOverride = exists ? (Color?) null : new Color(127, 127, 127);
|
||||
_base.ModulateSelfOverride = exists ? null : new Color(127, 127, 127);
|
||||
|
||||
if (!state.Enabled || !exists)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user