Accidental change

This commit is contained in:
sunshineinabox 2024-07-31 08:18:58 -07:00
parent fb964b514c
commit 693f268090
1 changed files with 1 additions and 1 deletions

View File

@ -432,7 +432,7 @@ namespace Ryujinx.Graphics.Vulkan
SType = StructureType.PipelineTessellationStateCreateInfo, SType = StructureType.PipelineTessellationStateCreateInfo,
}; };
if (!gd.ExtendedDynamicState2Features.ExtendedDynamicState2) if (!gd.ExtendedDynamicState2Features.ExtendedDynamicState2PatchControlPoints)
{ {
tessellationState.PatchControlPoints = PatchControlPoints; tessellationState.PatchControlPoints = PatchControlPoints;
} }