aboutsummaryrefslogtreecommitdiff
path: root/pmpd3d.c
diff options
context:
space:
mode:
Diffstat (limited to 'pmpd3d.c')
-rw-r--r--pmpd3d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pmpd3d.c b/pmpd3d.c
index 6804016..ab6ff24 100644
--- a/pmpd3d.c
+++ b/pmpd3d.c
@@ -302,7 +302,7 @@ void pmpd3d_setup(void)
class_addmethod(pmpd3d_class, (t_method)pmpd3d_iCylinder, gensym("iCylinder"), A_GIMME, 0);
class_addmethod(pmpd3d_class, (t_method)pmpd3d_iPlane, gensym("iPlane"), A_GIMME, 0);
class_addmethod(pmpd3d_class, (t_method)pmpd3d_iSphere, gensym("iSphere"), A_GIMME, 0);
-
+
/*
pmpd3d_various
--