mirror of
https://github.com/ppy/osu
synced 2024-12-16 03:45:46 +00:00
Remove todo
Doesn't really matter in the end, as only one checker will run at a time in this case.
This commit is contained in:
parent
6d3cf78e4a
commit
c995eca029
@ -21,7 +21,7 @@ namespace osu.Game.Screens.Edit.Verify
|
|||||||
public class VerifyScreen : EditorScreen
|
public class VerifyScreen : EditorScreen
|
||||||
{
|
{
|
||||||
private Ruleset ruleset;
|
private Ruleset ruleset;
|
||||||
private static Checker checker; // TODO: Should not be static, but apparently needs to be?
|
private static Checker checker;
|
||||||
|
|
||||||
[Cached]
|
[Cached]
|
||||||
private Bindable<Issue> selectedIssue = new Bindable<Issue>();
|
private Bindable<Issue> selectedIssue = new Bindable<Issue>();
|
||||||
|
Loading…
Reference in New Issue
Block a user