Remove incorrectly shadowed variable

This commit is contained in:
Thomas Müller 2017-02-23 22:33:07 +01:00
parent 37bc75a7b6
commit 9e8fb698c6

View File

@ -5,8 +5,6 @@ namespace osu.Game.Beatmaps.Timing
{ {
class TimingChange : ControlPoint class TimingChange : ControlPoint
{ {
public double BeatLength;
public TimingChange(double beatLength) public TimingChange(double beatLength)
{ {
BeatLength = beatLength; BeatLength = beatLength;