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

fix for DT_TEXT

parent 749efb33
No related branches found
No related tags found
No related merge requests found
...@@ -501,8 +501,8 @@ static void canvas_addtemplatesforscalar(t_symbol *templatesym, ...@@ -501,8 +501,8 @@ static void canvas_addtemplatesforscalar(t_symbol *templatesym,
} }
else if (ds->ds_type == DT_TEXT) else if (ds->ds_type == DT_TEXT)
{ {
canvas_addtemplatesforlist(w->w_list->gl_list, //canvas_addtemplatesforlist(w->w_list->gl_list,
p_ntemplates, p_templatevec); // p_ntemplates, p_templatevec);
} }
} }
} }
......
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