forgot to remove unused property

This commit is contained in:
Lucas Girouard-Stranks
2016-08-29 00:41:54 -07:00
parent 4ae87d5c1f
commit b9b36d5952
@@ -10,7 +10,6 @@ namespace MonoGame.Extended
private int _framesCounter;
public float FramesPerSecond { get; private set; }
public int MaximumSamples { get; }
public FramesPerSecondCounter()
{