aboutsummaryrefslogtreecommitdiff
path: root/three_d.c
diff options
context:
space:
mode:
Diffstat (limited to 'three_d.c')
-rw-r--r--three_d.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/three_d.c b/three_d.c
index 3ba4e7f..f88191a 100644
--- a/three_d.c
+++ b/three_d.c
@@ -352,6 +352,7 @@ void three_d_setup(void) {
class_addmethod(three_d_class, (t_method) elyap, gensym("elyapunov"), 0);
class_addmethod(three_d_class, (t_method) search, gensym("search"), A_GIMME, 0);
class_addmethod(three_d_class, (t_method) constrain, gensym("constrain"), A_GIMME, 0);
- class_sethelpsymbol(three_d_class, gensym("help-three_d.pd"));
+
+
}