diff options
Diffstat (limited to 'modules/pdp_o.c')
-rw-r--r-- | modules/pdp_o.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pdp_o.c b/modules/pdp_o.c index 18b173a..06e4314 100644 --- a/modules/pdp_o.c +++ b/modules/pdp_o.c @@ -590,7 +590,7 @@ void pdp_o_setup(void) class_addmethod(pdp_o_class, (t_method)pdp_o_refresh, gensym("refresh"), A_NULL); class_addmethod(pdp_o_class, (t_method)pdp_o_framerate, gensym("framerate"), A_FLOAT, A_NULL); class_addmethod(pdp_o_class, (t_method)pdp_o_smoothing, gensym("smoothing"), A_FLOAT, A_NULL); - class_sethelpsymbol( pdp_o_class, gensym("pdp_o.pd") ); + } |