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
1 changed files with 1 additions and 0 deletions
|
@ -144,6 +144,7 @@ namespace Ryujinx.Graphics.Vulkan
|
||||||
i -= deleteCount;
|
i -= deleteCount;
|
||||||
|
|
||||||
firstMatch = -1;
|
firstMatch = -1;
|
||||||
|
end = list.Count;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue