Skip to content

Instantly share code, notes, and snippets.

@sallysmith1337
Created January 20, 2014 11:32
Show Gist options
  • Save sallysmith1337/8518599 to your computer and use it in GitHub Desktop.
Save sallysmith1337/8518599 to your computer and use it in GitHub Desktop.
// Scrub Status
if (value < 1)
{
value = 1;
}
// Pro Status
value = max(1, value);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment