This commit is contained in:
Isaac Marovitz 2024-08-11 18:27:49 +01:00 committed by KeatonTheBot
parent 3ae88e4870
commit 775ed34d5b

View file

@ -200,11 +200,9 @@ 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)
{ {