From 932796d993b414be73c2922d6914587ed163f4e4 Mon Sep 17 00:00:00 2001 From: Scott Duensing Date: Thu, 17 Oct 2019 19:28:08 -0500 Subject: [PATCH] Update JoeyLib Vector Image Functions --- JoeyLib-Vector-Image-Functions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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