Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Lorente <[email protected]>
  • Loading branch information
Lobotuerk committed Jul 7, 2021
1 parent 87267f8 commit 7981084
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ void main()
// to be outside of min/max range

// clamp xyz
if (length(point) > far - tolerance)
if (point.x > far - tolerance)
{
if (isinf(max))
{
Expand Down

0 comments on commit 7981084

Please sign in to comment.