Update ShaderConfig.cs (#5226)
This commit is contained in:
parent
27ee86f33b
commit
76b474e97b
1 changed files with 2 additions and 2 deletions
|
@ -726,7 +726,7 @@ namespace Ryujinx.Graphics.Shader.Translation
|
|||
var descriptors = new TextureDescriptor[dict.Count];
|
||||
|
||||
int i = 0;
|
||||
foreach (var kv in dict.OrderBy(x => x.Key.Indexed).OrderBy(x => x.Key.Handle))
|
||||
foreach (var kv in dict.OrderBy(x => x.Key.Indexed).ThenBy(x => x.Key.Handle))
|
||||
{
|
||||
var info = kv.Key;
|
||||
var meta = kv.Value;
|
||||
|
|
Loading…
Reference in a new issue