gawwwwwwwwwd - oops th = h not th = w; :)

SVN revision: 2649
This commit is contained in:
Carsten Haitzler 2000-05-14 19:15:51 +00:00
parent 00c6064e79
commit 9e55f36473
1 changed files with 1 additions and 1 deletions

View File

@ -426,7 +426,7 @@ __imlib_render_str(ImlibImage *im, ImlibFont *fn, int drx, int dry, const char *
/* figure out the size this text string is going to be */
__imlib_calc_size(fn, &w, &h, text);
tw = w; th = w;
tw = w; th = h;
switch(dir)
{
case 0: