mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-11 17:59:03 +00:00
Changed: #878 Fix typos in comments/code
This commit is contained in:
parent
028e2e0f49
commit
440908a103
5 changed files with 18 additions and 18 deletions
|
@ -300,7 +300,7 @@ CTextureFont::SLetterInfo* CTextureFont::getLetterInfo (SLetterKey& k)
|
|||
uint32 width, height;
|
||||
|
||||
//k.FontGenerator->getSizes (k.Char, k.Size, width, height);
|
||||
// \todo mat : Temporaire !!! Essayer de faire intervenir le cache de freetype
|
||||
// \todo mat : Temp !!! Try to use freetype cache
|
||||
uint32 nPitch, nGlyphIndex;
|
||||
sint32 nLeft, nTop, nAdvX;
|
||||
k.FontGenerator->getBitmap (k.Char, k.Size, width, height, nPitch, nLeft, nTop,
|
||||
|
|
|
@ -558,7 +558,7 @@ void CMicroLifeManager::tileAdded(const NL3D::CTileAddedInfo &infos)
|
|||
#if !FINAL_VERSION
|
||||
// for debug display, tells that it was generated dynamically
|
||||
newFX.FromIG = false;
|
||||
#endif
|
||||
#endif
|
||||
// spawn a primitive on the quad
|
||||
float weight[3];
|
||||
// compute weight values by computing some noise values around
|
||||
|
|
Loading…
Reference in a new issue