bump up the version to 2.70, and add (non-working) button for OSX template
This commit is contained in:
@@ -72,6 +72,17 @@ subject to the following restrictions:
|
||||
return [BTDemo debugDraw];
|
||||
}
|
||||
|
||||
- (void) setSplitImpulse: (BOOL) splitImpulse
|
||||
{
|
||||
[BTDemo setSplitImpulse: splitImpulse];
|
||||
}
|
||||
|
||||
- (BOOL) splitImpulse
|
||||
{
|
||||
return [BTDemo splitImpulse];
|
||||
}
|
||||
|
||||
|
||||
- (void) setDrawContacts: (BOOL) drawContacts
|
||||
{
|
||||
[BTDemo setDrawContacts: drawContacts];
|
||||
|
||||
Reference in New Issue
Block a user