resharper cleanup
This commit is contained in:
@@ -190,7 +190,7 @@ namespace Subsurface
|
||||
else if (radius != 0.0f)
|
||||
{
|
||||
body = BodyFactory.CreateCircle(Game1.world, radius, density);
|
||||
bodyShape = Shape.Circle; ;
|
||||
bodyShape = Shape.Circle;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user