betajaen / gorilla

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

Remove TODO comment #13

Closed Robert42 closed 11 years ago

Robert42 commented 11 years ago

I am using Gorilla in my project by using a git submodule. I am happy with it. I have included Gorilla into my project using CMake and I am using qtcreator as IDE. I am very happy with it :)

There's only one little issue: There a TODO comment in the Gorilla source code:

// TODO: Check against line height?
lineHeight = std::max(lineHeight, glyphData->mLineHeight);

For which My IDE thinks it was mine :(

I would suggest to

betajaen commented 11 years ago

Honestly, I can't remember what it was for. Perhaps it should be removed.