Selection now works for all gizmos

This commit is contained in:
antopilo
2025-04-14 17:43:54 -04:00
parent 1af791293d
commit b8bedd6cb2
2 changed files with 3 additions and 2 deletions

View File

@@ -135,6 +135,7 @@ PSOutput main(PSInput input)
else
{
output.oEntityID = float4(0, 0, 0, 0); // Or leave it unassigned if default is zero
discard;
}
}
}