From 08b61bd8350daef7499bae14ecb00d012b342ea4 Mon Sep 17 00:00:00 2001 From: Cyrille Henry Date: Sat, 16 Feb 2013 18:41:00 +0000 Subject: bugfix svn path=/trunk/externals/pmpd/; revision=17037 --- pmpd3d.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pmpd3d.c') diff --git a/pmpd3d.c b/pmpd3d.c index b428b02..81e438e 100644 --- a/pmpd3d.c +++ b/pmpd3d.c @@ -259,7 +259,8 @@ void pmpd3d_setup(void) // pmpd3d_interactor class_addmethod(pmpd3d_class, (t_method)pmpd3d_iCylinder, gensym("iCylinder"), A_GIMME, 0); - class_addmethod(pmpd3d_class, (t_method)pmpd3d_iCylinder, gensym("iPlane"), 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 class_addmethod(pmpd3d_class, (t_method)pmpd3d_infosL, gensym("infosL"), 0); -- cgit v1.2.1