This commit is contained in:
Regalis
2016-03-03 21:18:53 +02:00
8 changed files with 151 additions and 68 deletions
+1 -1
View File
@@ -213,7 +213,7 @@ namespace Barotrauma.Items.Components
if (convexHull == null) return;
if (rect.Height == 0)
if (rect.Height == 0 || rect.Width == 0)
{
convexHull.Enabled = false;
}