comment out accidential ProcessTaints physics debug line left in code
parent
6a15464b0a
commit
ce85675e70
|
@ -859,7 +859,7 @@ namespace OpenSim.Region.Physics.OdePlugin
|
||||||
|
|
||||||
public void ProcessTaints(float timestep)
|
public void ProcessTaints(float timestep)
|
||||||
{
|
{
|
||||||
Console.WriteLine("ProcessTaints for " + Name);
|
//Console.WriteLine("ProcessTaints for " + Name);
|
||||||
if (m_taintadd)
|
if (m_taintadd)
|
||||||
{
|
{
|
||||||
changeadd(timestep);
|
changeadd(timestep);
|
||||||
|
|
Loading…
Reference in New Issue