tweak caret blink speed

This commit is contained in:
Saas
2026-03-01 11:01:55 +01:00
parent ff81d339ef
commit db46050b16
3 changed files with 5 additions and 5 deletions

View File

@@ -275,7 +275,7 @@ namespace FlaxEngine.GUI
/// Gets or sets the speed of the caret flashing animation.
/// </summary>
[EditorDisplay("Caret Style"), EditorOrder(2021), Tooltip("The speed of the caret flashing animation.")]
public float CaretFlashSpeed { get; set; } = 6.0f;
public float CaretFlashSpeed { get; set; } = 6.5f;
/// <summary>
/// Gets or sets the speed of the selection background flashing animation.