1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-26 22:50:42 +08:00

Add test covering non-instantaneous behaviour

This commit is contained in:
Bartłomiej Dach
2023-08-01 00:44:05 +02:00
Unverified
parent 2e2b0c4e41
commit ca81f23356
2 changed files with 63 additions and 2 deletions
@@ -51,8 +51,6 @@ namespace osu.Game.Graphics.UserInterfaceV2
textBox.OnCommit += (t, isNew) =>
{
if (!isNew) return;
try
{
switch (slider.Current)