fix: Shape & Circle Colliders Parametered Constructs Null Transform Error
This commit is contained in:
@@ -14,9 +14,5 @@ public class Collider2DShapeBehaviour : Collider2DBehaviourBase, IShapeCollider2
|
||||
|
||||
|
||||
public Collider2DShapeBehaviour() { }
|
||||
public Collider2DShapeBehaviour(Shape shape)
|
||||
{
|
||||
ShapeLocal = shape;
|
||||
Recalculate();
|
||||
}
|
||||
public Collider2DShapeBehaviour(Shape shape) => ShapeLocal = shape;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user