fixed some enum issue (comma at last entry)

This commit is contained in:
ejcoumans
2007-03-21 18:51:40 +00:00
parent 3a09be8ea7
commit cef39974e1
2 changed files with 2 additions and 2 deletions

View File

@@ -84,7 +84,7 @@ public:
CF_STATIC_OBJECT= 1,
CF_KINEMATIC_OBJECT= 2,
CF_NO_CONTACT_RESPONSE = 4,
CF_CUSTOM_MATERIAL_CALLBACK = 8,//this allows per-triangle material (friction/restitution)
CF_CUSTOM_MATERIAL_CALLBACK = 8//this allows per-triangle material (friction/restitution)
};