1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 11:27:24 +08:00

Fix incomplete comment

This commit is contained in:
Dean Herbert 2017-08-07 09:01:47 +09:00
parent e75f438c29
commit 6f93aa6131

View File

@ -47,7 +47,7 @@ namespace osu.Game.Rulesets.Mods
public virtual Type[] IncompatibleMods => new Type[] { }; public virtual Type[] IncompatibleMods => new Type[] { };
/// <summary> /// <summary>
/// Whether we should allow fails at the /// Whether we should allow failing at the current point in time.
/// </summary> /// </summary>
public virtual bool AllowFail => true; public virtual bool AllowFail => true;
} }