|
@@ -55,7 +55,6 @@ Image::Image(love::image::ImageData *data, Format format)
|
|
height = data->getHeight();
|
|
height = data->getHeight();
|
|
preload();
|
|
preload();
|
|
|
|
|
|
- textureMemorySize = data->getSize();
|
|
|
|
++imageCount;
|
|
++imageCount;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -76,7 +75,6 @@ Image::Image(love::image::CompressedData *cdata, Format format)
|
|
height = cdata->getHeight(0);
|
|
height = cdata->getHeight(0);
|
|
preload();
|
|
preload();
|
|
|
|
|
|
- textureMemorySize = cdata->getSize(0);
|
|
|
|
++imageCount;
|
|
++imageCount;
|
|
}
|
|
}
|
|
|
|
|