mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
removed debug
This commit is contained in:
parent
f066cca33a
commit
ff2c513ddc
|
@ -178,7 +178,7 @@ int GetImagePixelSize(const CImageInfo &Img)
|
||||||
}
|
}
|
||||||
delete[] aVisitedPixels;
|
delete[] aVisitedPixels;
|
||||||
|
|
||||||
dbg_msg("map_create_pixelart", "INFO: automatically detected img_pixelsize of %dpx %d", ImgPixelSize, ((int)sizeof(aVisitedPixels) * Img.m_Height * Img.m_Width));
|
dbg_msg("map_create_pixelart", "INFO: automatically detected img_pixelsize of %dpx", ImgPixelSize);
|
||||||
return ImgPixelSize;
|
return ImgPixelSize;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue