Skip to content

Commit

Permalink
Minor whitespace cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
brimson committed May 18, 2022
1 parent 48ad9c0 commit 7a0d369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shaders/cMedian.fx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ void Median_PS(in float4 Position : SV_POSITION, in float4 Offsets[3] : TEXCOORD
OutputColor0 = Median_9(Sample[0], Sample[1], Sample[2],
Sample[3], Sample[4], Sample[5],
Sample[6], Sample[7], Sample[8]);
}
}

technique cMedian
{
Expand Down

0 comments on commit 7a0d369

Please sign in to comment.