mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
BulletSim: fix build break introduced by previous commit
This commit is contained in:
@@ -261,11 +261,6 @@ public abstract class BSLinkset
|
||||
// Called at taint-time!!
|
||||
public abstract bool RemoveBodyDependencies(BSPrim child);
|
||||
|
||||
// Companion to RemoveBodyDependencies(). If RemoveBodyDependencies() returns 'true',
|
||||
// this routine will restore the removed constraints.
|
||||
// Called at taint-time!!
|
||||
public abstract void RestoreBodyDependencies(BSPrim child);
|
||||
|
||||
// ================================================================
|
||||
protected virtual float ComputeLinksetMass()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user