diff --git a/JoeyLib-Vector-Image-Functions.md b/JoeyLib-Vector-Image-Functions.md index 88bcc98..3fecb97 100644 --- a/JoeyLib-Vector-Image-Functions.md +++ b/JoeyLib-Vector-Image-Functions.md @@ -1,8 +1,8 @@ #### jlVecDisplay ```c -void jlVecDisplay(jlVecT *vec, int x, int y); +void jlVecDisplay(jlVecT *vec, jint16 x, jint16 y); ``` -Displays the vector image `vec` at (x, y). Being able to reposition vector images makes them suitable for use as clip art. +Displays the vector image `vec` at (`x`, `y`). Being able to reposition vector images makes them suitable for use as clip art. #### jlVecFree ```c