Updated comment

svn-id: r38801
This commit is contained in:
Filippos Karapetis 2009-02-23 00:40:59 +00:00
parent db343c7287
commit 0c8d8b20d9

View File

@ -328,7 +328,7 @@ gfxr_pic_t *gfxr_get_pic(gfx_resstate_t *state, int nr, int maps, int flags, int
}
must_post_process_pic = res->scaled_data.pic->visual_map->data == NULL;
// If the pic was only just drawn, we'll have to antialiase and endianness-adjust it now
// If the pic was only just drawn, we'll have to endianness-adjust it now
npic = gfxr_pic_xlate_common(res, maps, scaled || state->options->pic0_unscaled, 0, state->driver->mode,
state->options->pic_xlate_filter, 0, state->options);