diff --git a/src/draw/text.c b/src/draw/text.c index df05a20..abfa6da 100644 --- a/src/draw/text.c +++ b/src/draw/text.c @@ -296,7 +296,7 @@ static unsigned long hashcode(const char *str, int size) hash = ((hash << 5) + hash) + size; - return abs(hash); + return hash; } void destroyFonts(void)