erich666 / GraphicsGems

Code for the "Graphics Gems" book series
Other
1.39k stars 265 forks source link

Fix unary minus of unsigned int. #20

Closed gonsolo closed 7 years ago

gonsolo commented 7 years ago

Unary minus of uint gives uint which is probably not what you want.