Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Tooling/ModuleToolingSSTUTank.cs
Original file line number Diff line number Diff line change
@@ -67,7 +67,7 @@ protected override void GetDimensions(out float diam, out float len)
else if (coreStr.Contains("7-0")) { len = diam * 7.0f; }
else if (coreStr.Contains("7-5")) { len = diam * 7.5f; }
else if (coreStr.Contains("8-0")) { len = diam * 8.0f; }
else ( len = diam * 0.25f; }
else { len = diam * 0.25f; }
Debug.Log($"[RP1-ModuleTooling]: SSTU Tank Size: Diameter = {diam}, Length = {len}");
}
else

0 comments on commit a1df848

Please sign in to comment.