...but don't draw twice

SVN revision: 50588
This commit is contained in:
Brett Nash 2010-07-28 07:34:04 +00:00
parent 3f3f0909cc
commit c391638bec
1 changed files with 1 additions and 0 deletions

View File

@ -477,6 +477,7 @@ evas_common_font_draw_internal(RGBA_Image *dst, RGBA_Draw_Context *dc, RGBA_Font
func(NULL, word->im + (word->roww * j) + xstart, dc->col.col, im + ((y + j) * im_w) + x, xrun);
}
}
return;
#endif
}