Demote error to warning on unbalanced markers on D3D12

* Apply the Vulkan fix 9bb79a05 to D3D12
This commit is contained in:
Jake Turner
2026-08-24 09:57:04 +01:00
parent b7f1554feb
commit b7f009212f
+1 -1
View File
@@ -2392,7 +2392,7 @@ void D3D12CommandData::BakeEventNodes(ActionDescription &rootAction)
{
if(actionStack.count() == 0)
{
RDCERR("Pop but the action stack is empty");
RDCWARN("Pop but the action stack is empty");
parentAction = &rootAction;
}
else