From 313728c669e8123d2a7804869bbfc0d0ae2443c4 Mon Sep 17 00:00:00 2001 From: Cyrille Henry Date: Wed, 10 Apr 2013 13:10:45 +0000 Subject: fix interactors svn path=/trunk/externals/pmpd/; revision=17083 --- pmpd3d.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pmpd3d.c') 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 -- -- cgit v1.2.1