Browse Source

Merge branch 'master' of https://github.com/mingodad/squilu

mingodad 9 years ago
parent
commit
7159bf42c7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      SquiLu-ext/sq_freetype.cpp

+ 1 - 1
SquiLu-ext/sq_freetype.cpp

@@ -207,7 +207,7 @@ static SQRESULT sq_freetype_face_releasehook(SQUserPointer p, SQInteger /*size*/
 	FT_Face self = ((FT_Face)p);
 	if(self)
     {
-        FT_Done_Face(self);
+        dlFT_Done_Face(self);
     }
 	return 1;
 }