mirror of
https://github.com/ppy/osu
synced 2024-12-15 11:25:29 +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
|
||||
{
|
||||
private Ruleset ruleset;
|
||||
private static Checker checker; // TODO: Should not be static, but apparently needs to be?
|
||||
private static Checker checker;
|
||||
|
||||
[Cached]
|
||||
private Bindable<Issue> selectedIssue = new Bindable<Issue>();
|
||||
|
Loading…
Reference in New Issue
Block a user