mirror of
https://github.com/SK-la/Ez2Lazer.git
synced 2026-03-13 11:20:28 +00:00
修复优选后的代码匹配
This commit is contained in:
@@ -603,7 +603,7 @@ namespace osu.Game.Tests.NonVisual.Filtering
|
||||
|
||||
public void Filter(FilterCriteria criteria)
|
||||
{
|
||||
Filtered.Value = !BeatmapCarouselFilterMatching.CheckCriteriaMatch(BeatmapInfo, criteria);
|
||||
Filtered.Value = !BeatmapCarouselFilterMatching.CheckCriteriaMatch(BeatmapInfo, criteria, 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ using osu.Game.Configuration;
|
||||
using osu.Game.Database;
|
||||
using osu.Game.Rulesets;
|
||||
using osu.Game.Rulesets.Mods;
|
||||
using osu.Game.Screens.SelectV2;
|
||||
using osu.Game.Screens.Select;
|
||||
using osu.Game.Skinning;
|
||||
using osu.Game.Storyboards;
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ using osu.Framework.Platform;
|
||||
using osu.Game.Configuration;
|
||||
using osu.Game.LAsEzExtensions.HUD;
|
||||
using osu.Game.LAsEzExtensions.Online;
|
||||
using osu.Game.Screens.SelectV2;
|
||||
using osu.Game.Screens.Select;
|
||||
|
||||
namespace osu.Game.LAsEzExtensions.Configuration
|
||||
{
|
||||
|
||||
@@ -16,7 +16,7 @@ using osu.Game.Graphics.Sprites;
|
||||
using osuTK;
|
||||
using osuTK.Graphics;
|
||||
|
||||
namespace osu.Game.Screens.SelectV2
|
||||
namespace osu.Game.Screens.Select
|
||||
{
|
||||
public partial class EzKpcDisplay : CompositeDrawable
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@ using osu.Game.Graphics;
|
||||
using osu.Game.Graphics.Sprites;
|
||||
using osuTK.Graphics;
|
||||
|
||||
namespace osu.Game.Screens.SelectV2
|
||||
namespace osu.Game.Screens.Select
|
||||
{
|
||||
public partial class EzKpsDisplay : CompositeDrawable
|
||||
{
|
||||
|
||||
@@ -14,7 +14,7 @@ using osu.Game.Overlays;
|
||||
using osu.Game.Storyboards;
|
||||
using osuTK;
|
||||
|
||||
namespace osu.Game.Screens.SelectV2
|
||||
namespace osu.Game.Screens.Select
|
||||
{
|
||||
/// <summary>
|
||||
/// 用于在难度卡底部显示标签的组件,包括用户标签、视频标签、故事版标签
|
||||
|
||||
Reference in New Issue
Block a user