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:
@@ -51,8 +51,6 @@ namespace osu.Game.Graphics.UserInterfaceV2
|
||||
|
||||
textBox.OnCommit += (t, isNew) =>
|
||||
{
|
||||
if (!isNew) return;
|
||||
|
||||
try
|
||||
{
|
||||
switch (slider.Current)
|
||||
|
||||
Reference in New Issue
Block a user