Fix crash in Font::Decompose

This commit is contained in:
James Gray
2015-09-22 12:30:54 -05:00
parent fd67b2c1e9
commit 3e6a5a9770
2 changed files with 1 additions and 36 deletions

View File

@@ -42,7 +42,6 @@ namespace lime {
public:
Font (void* face = 0);
Font (Resource *resource, int faceIndex = 0);
~Font ();