mirror of https://github.com/ppy/osu
Remove unnecessary invalidation
This commit is contained in:
parent
4af16262e3
commit
ba475ef6c8
|
@ -36,11 +36,5 @@ protected override bool OnScroll(ScrollEvent e)
|
|||
|
||||
return true;
|
||||
}
|
||||
|
||||
protected override void Update()
|
||||
{
|
||||
base.Update();
|
||||
Invalidate();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue