Skip to content

Instantly share code, notes, and snippets.

@jeffreythomas
Created October 10, 2013 18:11
Show Gist options
  • Save jeffreythomas/6922902 to your computer and use it in GitHub Desktop.
Save jeffreythomas/6922902 to your computer and use it in GitHub Desktop.
// If actual min is positive, don't go below ZERO
if ( rangeMin >= 0 && rangeMin - chunksize < 0 ) {
rangeMin = 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment