v1.2.7.0 (Winter Update hotfix)
This commit is contained in:
@@ -536,7 +536,7 @@ namespace Barotrauma
|
||||
rotation: RotationRad,
|
||||
clr: Color.White,
|
||||
depth: 0,
|
||||
thickness: 2f / Screen.Selected.Cam.Zoom);
|
||||
thickness: Math.Max(2f / Screen.Selected.Cam.Zoom, 1));
|
||||
|
||||
foreach (Rectangle t in Prefab.Triggers)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user