Fixed the door collision bug at docking ports
This commit is contained in:
@@ -549,7 +549,7 @@ namespace Barotrauma
|
||||
|
||||
if (bodyShapeTexture == null)
|
||||
{
|
||||
switch (body.bodyShape)
|
||||
switch (body.BodyShape)
|
||||
{
|
||||
case PhysicsBody.Shape.Rectangle:
|
||||
bodyShapeTexture = GUI.CreateRectangle(
|
||||
|
||||
Reference in New Issue
Block a user