Commit ae8e2fa8 authored by Jean-Paul Saman's avatar Jean-Paul Saman

remember updated associations.

parent 92b23735
......@@ -62,6 +62,7 @@ subpicture_add_association(
return -1;
assocs[obj_subpicture->assocs_count++] = assoc;
obj_subpicture->assocs = assocs;
return 0;
}
......
......@@ -239,6 +239,7 @@ int surface_add_association(
return -1;
assocs[obj_surface->assocs_count++] = assoc;
obj_surface->assocs = assocs;
return 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment