Tweaks and fixes

This commit is contained in:
Wojtek Figat
2022-01-07 12:08:52 +01:00
parent 779e41a686
commit bbfe0446f0
8 changed files with 11 additions and 21 deletions

View File

@@ -44,7 +44,7 @@ namespace FlaxEditor.Viewport.Previews
// Playback Speed
{
var playbackSpeed = ViewWidgetButtonMenu.AddButton("Playback Speed");
var playbackSpeedValue = new FloatValueBox(-1, 90, 2, 70.0f, 0.0f, 10000.0f, 0.001f)
var playbackSpeedValue = new FloatValueBox(-1, 90, 2, 70.0f, -10000.0f, 10000.0f, 0.001f)
{
Parent = playbackSpeed
};