resharper cleanup

This commit is contained in:
Regalis11
2015-06-06 16:03:16 +03:00
parent 1f42e4a4db
commit f7f87b199f
4 changed files with 5 additions and 8 deletions
+1 -1
View File
@@ -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
{