Skip to content

Commit

Permalink
feat: Generating Shaders ( Fixes #163 )
Browse files Browse the repository at this point in the history
Avoiding Debug as an alias.
  • Loading branch information
James Brundage committed Feb 13, 2024
1 parent 7e0e138 commit fa4e4d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build/obs--shaders.build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ foreach ($shaderParameterSet in $ShaderParameters) {
Help = $ShaderParameterHelp
}

if ($shaderParameterSystemName -ne $shaderParameterName) {
if ($shaderParameterSystemName -ne $shaderParameterName -and $shaderParameterSystemName -notin 'debug') {
$ShaderParameters[$shaderParameterName].Alias = $shaderParameterSystemName
}
}
Expand Down

0 comments on commit fa4e4d1

Please sign in to comment.