Ensure data is loaded when data_get() is called.

SVN revision: 30784
This commit is contained in:
Gustavo Sverzut Barbieri 2007-07-12 21:51:36 +00:00
parent b44bdf2f92
commit c204c6cad0
1 changed files with 1 additions and 0 deletions

View File

@ -435,6 +435,7 @@ eng_image_data_get(void *data, void *image, int to_write, DATA32 **image_data)
}
im = image;
soft16_image_load_data(im);
if (to_write)
{