mirror of
https://github.com/love2d/love.git
synced 2026-08-21 13:09:56 +02:00
fixed a bug in ImageRasterizer's constructor where it wasn't using the ImageData passed to it
This commit is contained in:
@@ -28,7 +28,7 @@ namespace love
|
||||
namespace font
|
||||
{
|
||||
ImageRasterizer::ImageRasterizer(love::image::ImageData * data, unsigned short * glyphs)
|
||||
: imageData(imageData)
|
||||
: imageData(data)
|
||||
{
|
||||
imageData->retain();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user