mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Fixed TrueTypeFont incorrectly handling display mode changes.
This commit is contained in:
@@ -228,9 +228,6 @@ namespace opengl
|
||||
FT_Done_Face(face);
|
||||
FT_Done_FreeType(library); //all done
|
||||
|
||||
// Free data.
|
||||
data->release();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user