Address CI concern

This commit is contained in:
Thomas Müller
2017-07-10 12:31:41 +03:00
parent 7729760017
commit e8ce3e16b0
3 changed files with 4 additions and 4 deletions

View File

@ -39,7 +39,7 @@ namespace osu.Game.Graphics.UserInterface
private class TransformCounterCount : Transform<int, Drawable>
{
public virtual int CurrentValue
public int CurrentValue
{
get
{