Skip to content

Commit

Permalink
Fix error in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
LGhassen committed Jun 28, 2024
1 parent 847eb0d commit 84bcaa9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,11 @@ Check only for value 3
Pass Keep
}
### Checking for Parallax grass only
Check only for value 4
Check only for value 32

Stencil
{
Ref 4
Ref 32
Comp Equal
ReadMask 35
Pass Keep
Expand All @@ -149,7 +149,7 @@ Check for values less or equal to 3 greater than 1
Pass Keep
}
### Checking for PQS or scenery or grass
Check for values less or equal to 7 greater than 1
Check for values less or equal to 35 greater than 1

Stencil
{
Expand All @@ -159,7 +159,7 @@ Check for values less or equal to 7 greater than 1
Pass Keep
}
### Checking for grass or scenery but not PQS
Check for values less or equal to 7 greater than 2
Check for values less or equal to 35 greater than 2

Stencil
{
Expand Down

0 comments on commit 84bcaa9

Please sign in to comment.