coeng

changeset 10:305c8f6abef1 tip

the plane doesn't need a PRS really
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 15 Feb 2015 05:25:04 +0200
parents 49fdb15f1100
children
files src/test.cc
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/src/test.cc	Sun Feb 15 05:23:09 2015 +0200
     1.2 +++ b/src/test.cc	Sun Feb 15 05:25:04 2015 +0200
     1.3 @@ -98,7 +98,6 @@
     1.4  
     1.5  	obj = new GObject;
     1.6  	obj->add_component(new CoXForm);
     1.7 -	obj->add_component(new CoPRS);
     1.8  	obj->add_component(new CoRigid);
     1.9  	obj->add_component(new CoCollider);
    1.10  	gobj_co_collider(obj)->shape = new Plane;