Update comment

This commit is contained in:
Salman Ahmed 2023-09-01 23:29:51 +03:00
parent f74dfa9c6c
commit 920c6fa48f
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ public OsuFlashlight(OsuModFlashlight modFlashlight)
public void OnSliderTrackingChange(ValueChangedEvent<bool> e)
{
// If a slider is in a tracking state, a further dim should be applied to the (remaining) visible portion of the playfield over a brief duration.
// If a slider is in a tracking state, a further dim should be applied to the (remaining) visible portion of the playfield.
FlashlightDim = e.NewValue ? 0.8f : 0.0f;
}