mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:57:36 +08:00
Fix typo in line 42
This commit is contained in:
parent
f21b784493
commit
f2f1ba8cbe
@ -39,7 +39,7 @@ namespace osu.Game.Online
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
///
|
///
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="timeBetweenPolls">The initial time in milliseconds to wait between polls. Setting to zero stops al polling.</param>
|
/// <param name="timeBetweenPolls">The initial time in milliseconds to wait between polls. Setting to zero stops all polling.</param>
|
||||||
protected PollingComponent(double timeBetweenPolls = 0)
|
protected PollingComponent(double timeBetweenPolls = 0)
|
||||||
{
|
{
|
||||||
TimeBetweenPolls = timeBetweenPolls;
|
TimeBetweenPolls = timeBetweenPolls;
|
||||||
|
Loading…
Reference in New Issue
Block a user