risk 색상 범위 수정
This commit is contained in:
@@ -324,9 +324,9 @@ namespace friction
|
|||||||
|
|
||||||
public static RISK GetRisk(float fAvg)
|
public static RISK GetRisk(float fAvg)
|
||||||
{
|
{
|
||||||
if (fAvg <= 4)
|
if (fAvg <= 3)
|
||||||
return RISK.NO;
|
return RISK.NO;
|
||||||
else if (fAvg <= 6)
|
else if (fAvg <= 5)
|
||||||
return RISK.POTENTIAL;
|
return RISK.POTENTIAL;
|
||||||
else
|
else
|
||||||
return RISK.HIGH;
|
return RISK.HIGH;
|
||||||
|
|||||||
Reference in New Issue
Block a user