summaryrefslogtreecommitdiff
path: root/src/graphics.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics.c')
-rw-r--r--src/graphics.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/graphics.c b/src/graphics.c
index 14367ae..033d219 100644
--- a/src/graphics.c
+++ b/src/graphics.c
@@ -1125,9 +1125,8 @@ 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.