Skip to content
Snippets Groups Projects
Commit 7206a23e authored by Knuiman, Bart's avatar Knuiman, Bart
Browse files

Tiny bugfix.

parent 4db425fc
No related branches found
No related tags found
No related merge requests found
......@@ -581,7 +581,7 @@ namespace Wander
}
cachedPixel = pixel2;
}
UnityEngine.Debug.Assert( remappedPixel < 15 );
UnityEngine.Debug.Assert( remappedPixel <= 15 );
}
else
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment