Skip to content

Commit

Permalink
Fix charcoal shader fog setting
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaakma committed Jun 10, 2024
1 parent b20adc5 commit 2da4021
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Data Files/shaders/XEShaders/jop_charcoal.fx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ float4 main(float2 Tex : TEXCOORD0) : COLOR0 {
return result;
}

technique T0 < string MGEinterface="MGE XE 0"; string category = "scene"; >
technique T0 < string MGEinterface="MGE XE 0"; string category = "scene"; int priorityAdjust = 100; >
{
pass p0
{
Expand Down

0 comments on commit 2da4021

Please sign in to comment.