stupid changed due to Visual C++ brain dead behaviour
the "vector" parameter of FT_Vector_Transform was changed to "vec"..
This commit is contained in:
parent
c6a92202c2
commit
c6157665ac
@ -2187,7 +2187,7 @@
|
||||
/* <MT-Note> */
|
||||
/* Yes. */
|
||||
/* */
|
||||
FT_EXPORT_DEF(void) FT_Vector_Transform( FT_Vector* vector,
|
||||
FT_EXPORT_DEF(void) FT_Vector_Transform( FT_Vector* vec,
|
||||
FT_Matrix* matrix );
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user