mirror of
https://github.com/love2d/love.git
synced 2026-08-18 11:44:15 +02:00
Small ImageData code cleanup.
This commit is contained in:
@@ -25,10 +25,10 @@ namespace love
|
||||
namespace image
|
||||
{
|
||||
|
||||
ImageDataBase::ImageDataBase()
|
||||
: format(PIXELFORMAT_UNKNOWN)
|
||||
, width(0)
|
||||
, height(0)
|
||||
ImageDataBase::ImageDataBase(PixelFormat format, int width, int height)
|
||||
: format(format)
|
||||
, width(width)
|
||||
, height(height)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user