Przeglądaj źródła

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

mingodad 8 lat temu
rodzic
commit
7159bf42c7
1 zmienionych plików z 1 dodań i 1 usunięć
  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;
 }