Optimized NzImage::Convert

Removed debug warning
This commit is contained in:
Lynix
2012-05-25 07:42:48 +02:00
parent b243d15c74
commit f55cf96713
2 changed files with 18 additions and 42 deletions

View File

@@ -800,8 +800,6 @@ namespace
nzUInt16* ptr = reinterpret_cast<nzUInt16*>(dst);
while (start < end)
{
NazaraWarning("r: " + NzString::Number(c8to5(start[0])));
*ptr++ = (static_cast<nzUInt16>(c8to5(start[0])) << 11) |
(static_cast<nzUInt16>(c8to5(start[1])) << 6) |
(static_cast<nzUInt16>(c8to5(start[2])) << 1) |