Skip to content

Commit

Permalink
Fix test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzibyte committed Dec 15, 2024
1 parent 0f4f06e commit 3300793
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions osu.Framework.Tests/Visual/Input/TestSceneTouchInput.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ public partial class TestSceneTouchInput : ManualInputManagerTestScene
[SetUp]
public new void SetUp() => Schedule(() =>
{
InputManager.RightClickFromLongTouch = true;

Children = new Drawable[]
{
new Container
Expand Down

0 comments on commit 3300793

Please sign in to comment.