This commit is contained in:
Isaac Marovitz 2024-08-11 18:27:49 +01:00 committed by KeatonTheBot
parent 27b042ca16
commit c1051a9d6a

View file

@ -200,10 +200,8 @@ namespace Ryujinx.Graphics.Shader.Translation
context.Store(StorageKind.Output, IoVariable.FragmentOutputColor, null, Const(1), Const(i), ConstF(0)); context.Store(StorageKind.Output, IoVariable.FragmentOutputColor, null, Const(1), Const(i), ConstF(0));
} }
} }
else
{ return;
return;
}
} }
if (stage == ShaderStage.Vertex) if (stage == ShaderStage.Vertex)