Add Scalar Icon, PS & XBox

A separate scalar icon for the value box
This commit is contained in:
W2.Wizard
2021-04-13 10:41:04 +02:00
parent 1e2a15d6c1
commit 7877f77242
6 changed files with 13 additions and 3 deletions

View File

@@ -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)