mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
BulletSim: remove unneeded parameter from Refresh().
This commit is contained in:
@@ -204,7 +204,7 @@ public abstract class BSLinkset
|
||||
// When physical properties are changed the linkset needs to recalculate
|
||||
// its internal properties.
|
||||
// May be called at runtime or taint-time (just pass the appropriate flag).
|
||||
public abstract void Refresh(BSPhysObject requestor, bool inTaintTime);
|
||||
public abstract void Refresh(BSPhysObject requestor);
|
||||
|
||||
// The object is going dynamic (physical). Do any setup necessary
|
||||
// for a dynamic linkset.
|
||||
|
||||
Reference in New Issue
Block a user