Added comment

Former-commit-id: 081cceccdcfeb491606c8d7f36810a7374e50ec9
This commit is contained in:
Lynix 2013-03-08 01:20:50 +01:00
parent 5890f26291
commit dca6b6d41f
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
bool NzIconImpl::Create(const NzImage& icon) bool NzIconImpl::Create(const NzImage& icon)
{ {
NzImage windowsIcon(icon); NzImage windowsIcon(icon); // Vive le COW
if (!windowsIcon.Convert(nzPixelFormat_BGRA8)) if (!windowsIcon.Convert(nzPixelFormat_BGRA8))
{ {
NazaraError("Failed to convert icon to BGRA8"); NazaraError("Failed to convert icon to BGRA8");