Unstable 0.15.15.0 (and the one before it I forgor)
This commit is contained in:
@@ -226,7 +226,14 @@ namespace Barotrauma
|
||||
public bool PhysEnabled
|
||||
{
|
||||
get { return FarseerBody.Enabled; }
|
||||
set { isPhysEnabled = value; if (Enabled) FarseerBody.Enabled = value; }
|
||||
set
|
||||
{
|
||||
isPhysEnabled = value;
|
||||
if (Enabled)
|
||||
{
|
||||
FarseerBody.Enabled = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public Vector2 SimPosition
|
||||
|
||||
Reference in New Issue
Block a user