mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2024-11-14 17:15:25 +00:00
Vulkan: Properly reset barrier batch when splitting due to mismatching flags (#6345)
Forgot to set the end variable here. Should stop it from crashing when this path is taken.
This commit is contained in:
parent
79f6c18a9b
commit
ba91f5d401
|
@ -144,6 +144,7 @@ namespace Ryujinx.Graphics.Vulkan
|
|||
i -= deleteCount;
|
||||
|
||||
firstMatch = -1;
|
||||
end = list.Count;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue