mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
fixed scalar vs. vector delete issue in GlyphData::pad
This commit is contained in:
@@ -43,7 +43,7 @@ namespace font
|
||||
|
||||
GlyphData::~GlyphData()
|
||||
{
|
||||
delete[] data;
|
||||
delete data;
|
||||
}
|
||||
|
||||
void * GlyphData::getData() const
|
||||
|
||||
Reference in New Issue
Block a user