diff --git a/source/Irrlicht/CImage.cpp b/source/Irrlicht/CImage.cpp index 1f893090..18fc92bd 100644 --- a/source/Irrlicht/CImage.cpp +++ b/source/Irrlicht/CImage.cpp @@ -183,7 +183,7 @@ void CImage::copyToScaling(void* target, u32 width, u32 height, ECOLOR_FORMAT fo return; } - if (!target || !width || !height) + if (!target || !width || !height || !Size.Width || !Size.Height) return; const u32 bpp=getBitsPerPixelFromFormat(format)/8;