1
This commit is contained in:
@@ -27,7 +27,7 @@ namespace BITKit.UX
|
||||
}
|
||||
public void Set(int value)
|
||||
{
|
||||
float w = Mathf.Clamp((float)value / 100 * 100, 0f, 100f);
|
||||
var w =Mathf.Clamp(value * 0.01f, 0f, 100f);
|
||||
Set(w);
|
||||
}
|
||||
public async void Set(float value)
|
||||
|
Reference in New Issue
Block a user