diff options
Diffstat (limited to 'src/graphics.c')
| -rw-r--r-- | src/graphics.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/graphics.c b/src/graphics.c index 033d219..14367ae 100644 --- a/src/graphics.c +++ b/src/graphics.c @@ -1125,8 +1125,9 @@ int drawtextwrap(pixel *vid, int x, int y, int w, const char *s, int r, int g, i } } } -#endif + return rh; + #endif } //draws a rectange, (x,y) are the top left coords. |
