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:
riperiperi 2024-02-22 09:43:22 +00:00 committed by GitHub
parent 79f6c18a9b
commit ba91f5d401
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -144,6 +144,7 @@ namespace Ryujinx.Graphics.Vulkan
i -= deleteCount;
firstMatch = -1;
end = list.Count;
}
}
}