Unstable v0.10.601.0
This commit is contained in:
@@ -138,6 +138,7 @@ namespace Barotrauma
|
||||
|
||||
public static Color GradientLerp(float t, params Color[] gradient)
|
||||
{
|
||||
if (!MathUtils.IsValid(t)) { return Color.Purple; }
|
||||
System.Diagnostics.Debug.Assert(gradient.Length > 0, "Empty color array passed to the GradientLerp method");
|
||||
if (gradient.Length == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user