# HG changeset patch # User eugeni # Date 1178033648 0 # Node ID cfef9a468d75bc2bcdbe755c74382067b0600385 # Parent 134a2baca45248536f8547b930dea7713684f81c Cosmetics. diff -r 134a2baca452 -r cfef9a468d75 libass/ass_render.c --- a/libass/ass_render.c Tue May 01 15:33:06 2007 +0000 +++ b/libass/ass_render.c Tue May 01 15:34:08 2007 +0000 @@ -1277,10 +1277,10 @@ int error; info->bm = info->bm_o = info->bm_s = 0; if (info->glyph && info->symbol != '\n' && info->symbol != 0) { - // calculating shift vector - shift.x = int_to_d6(info->hash_key.shift_x); - shift.y = int_to_d6(info->hash_key.shift_y); - transform_3d(shift, &info->glyph, &info->outline_glyph, info->frx, info->fry, info->frz); + // calculating shift vector + shift.x = int_to_d6(info->hash_key.shift_x); + shift.y = int_to_d6(info->hash_key.shift_y); + transform_3d(shift, &info->glyph, &info->outline_glyph, info->frx, info->fry, info->frz); error = glyph_to_bitmap(ass_renderer->synth_priv, info->glyph, info->outline_glyph,