betajaen / gorilla

Minimal HUD and Overlay replacement system for Ogre 1.x only
60 stars 11 forks source link

Comparison of signed vs unsigned #2

Closed pestaa closed 13 years ago

pestaa commented 13 years ago

GCC felt a lot more comfortable when it didn't need to compare a signed integer to an unsigned one on line 369. :) Judging by the implementation file, this method receives unsigned char anyway.

merlinblack commented 13 years ago

Looks good to me. Just checked the .cpp and the .h and you're correct. Perhaps it was a mis-edit.