mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: #878 Fix typos in comments/code
This commit is contained in:
parent
6947138110
commit
bd1b1a3e2b
2 changed files with 2 additions and 2 deletions
|
@ -3731,7 +3731,7 @@ void CBitmap::blend(CBitmap &Bm0, CBitmap &Bm1, uint16 factor, bool inputBitmapI
|
||||||
{
|
{
|
||||||
// On a P4 2GHz, with a 256x256 texture, I got the following results :
|
// On a P4 2GHz, with a 256x256 texture, I got the following results :
|
||||||
// without mmx : 5.2 ms
|
// without mmx : 5.2 ms
|
||||||
// with mmx : 1.7 ms
|
// with mmx : 1.7 ms
|
||||||
// I'm sure this can be further optimized..
|
// I'm sure this can be further optimized..
|
||||||
|
|
||||||
uint numPixLeft = numPix & 1; // process 2 pixels at once, so special case for odd number
|
uint numPixLeft = numPix & 1; // process 2 pixels at once, so special case for odd number
|
||||||
|
|
|
@ -90,7 +90,7 @@ void CLog::setPosition (sint line, const char *fileName, const char *funcName)
|
||||||
_Mutex.enter();
|
_Mutex.enter();
|
||||||
_PosSet++;
|
_PosSet++;
|
||||||
_FileName = fileName;
|
_FileName = fileName;
|
||||||
_Line = line;
|
_Line = line;
|
||||||
_FuncName = funcName;
|
_FuncName = funcName;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue