add angle to allow text rotation

This commit is contained in:
Holger Vogt 2019-12-07 15:19:27 +01:00
parent 34f2f373fc
commit 8d2fe137e2
1 changed files with 2 additions and 0 deletions

View File

@ -250,6 +250,8 @@ int GL_Arc(int x0, int y0, int r, double theta, double delta_theta)
int GL_Text(char *text, int x, int y, int angle)
{
NG_IGNORE(angle);
/* move to (x, y) */
NG_IGNORE(angle);