Skip to content
Snippets Groups Projects
Commit 42c9a619 authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

fix #240: [ggee/image] [open $1( not working

parent 80f458ad
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -385,7 +385,8 @@ static void image_open(t_image* x, t_symbol *s, t_int argc, t_atom *argv)
x->x_fname = get_filename(argc, argv);
x->x_img_width = 0;
x->x_img_height = 0;
image_trytoopen(x);
image_vis((t_gobj *)x, x->x_glist, 0);
image_vis((t_gobj *)x, x->x_glist, 1);
}
static void image_imagesize_callback(t_image *x, t_float w, t_float h) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment