mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Merge Image and Canvas GL backend classes into new common Texture class.
This commit is contained in:
@@ -78,7 +78,7 @@ void *GlyphData::getData() const
|
||||
|
||||
size_t GlyphData::getPixelSize() const
|
||||
{
|
||||
return getPixelFormatSize(format);
|
||||
return getPixelFormatBlockSize(format);
|
||||
}
|
||||
|
||||
void *GlyphData::getData(int x, int y) const
|
||||
|
||||
Reference in New Issue
Block a user