This commit is contained in:
Isaac Marovitz 2024-08-11 18:27:49 +01:00
parent 21ad6d4a0a
commit d64f8f742a
No known key found for this signature in database
GPG Key ID: 97250B2B09A132E1
1 changed files with 2 additions and 4 deletions

View File

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