Skip to content

Commit

Permalink
FTE: Fix chandelier shader
Browse files Browse the repository at this point in the history
  • Loading branch information
MotoLegacy authored Jun 22, 2024
1 parent 8ccf6f5 commit 7a3f67b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pc/nzp/scripts/alpha_transparency.shader
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ models/machines/mglow$.mdl_0.lmp
alphafunc ge128
}

models/machines/chandelier$.mdl_0.lmp
models/props/chandelier$.mdl_0.lmp
{
program defaultskin
progblendfunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
diffusemap models/machines/mglow$.mdl_0.tga
diffusemap models/props/chandelier$.mdl_0.tga
alphafunc ge128
}

0 comments on commit 7a3f67b

Please sign in to comment.