mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2024-12-22 14:26:17 +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;
|
i -= deleteCount;
|
||||||
|
|
||||||
firstMatch = -1;
|
firstMatch = -1;
|
||||||
|
end = list.Count;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user