mirror of
https://github.com/ppy/osu.git
synced 2025-01-30 01:32:55 +08:00
Fix inspections that don't show in rider
This commit is contained in:
parent
900237c1ed
commit
e871f02350
@ -45,13 +45,13 @@ namespace osu.Game.Screens.SelectV2
|
||||
/// The number of pixels outside the carousel's vertical bounds to manifest drawables.
|
||||
/// This allows preloading content before it scrolls into view.
|
||||
/// </summary>
|
||||
public float DistanceOffscreenToPreload { get; set; } = 0;
|
||||
public float DistanceOffscreenToPreload { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// When a new request arrives to change filtering, the number of milliseconds to wait before performing the filter.
|
||||
/// Regardless of any external debouncing, this is a safety measure to avoid triggering too many threaded operations.
|
||||
/// </summary>
|
||||
public int DebounceDelay { get; set; } = 0;
|
||||
public int DebounceDelay { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Whether an asynchronous filter / group operation is currently underway.
|
||||
|
Loading…
Reference in New Issue
Block a user