Browse Source
* Update Conditionals_post.h * Add a cast to round() to convert to a unsigned int Add's a cast to round() so that it will compile properly. round() returns a float which must be cast to a integer for the following % operation. Use a unsigned int as a negative index to an array is wrong. Should never be more than 255 points allowing us to use a 8 bit cast. * Update G33.cpppull/1/head
Colten Edwards
7 years ago
committed by
Scott Lahteine
2 changed files with 24 additions and 30 deletions
Loading…
Reference in new issue