removed debug

This commit is contained in:
“sctt” 2022-08-23 19:42:29 +02:00
parent f066cca33a
commit ff2c513ddc

View file

@ -178,7 +178,7 @@ int GetImagePixelSize(const CImageInfo &Img)
}
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;
}