Add Scalar Icon, PS & XBox
A separate scalar icon for the value box
This commit is contained in:
@@ -184,7 +184,7 @@ namespace FlaxEditor.GUI.Input
|
||||
var style = Style.Current;
|
||||
|
||||
// Draw sliding UI
|
||||
Render2D.DrawSprite(style.Scale, SlideRect, style.Foreground);
|
||||
Render2D.DrawSprite(style.Scalar, SlideRect, style.Foreground);
|
||||
|
||||
// Check if is sliding
|
||||
if (_isSliding)
|
||||
|
||||
Reference in New Issue
Block a user