mirror of
https://github.com/ppy/osu.git
synced 2026-05-27 05:01:22 +08:00
Remove incorrectly shadowed variable
This commit is contained in:
@@ -5,8 +5,6 @@ namespace osu.Game.Beatmaps.Timing
|
||||
{
|
||||
class TimingChange : ControlPoint
|
||||
{
|
||||
public double BeatLength;
|
||||
|
||||
public TimingChange(double beatLength)
|
||||
{
|
||||
BeatLength = beatLength;
|
||||
|
||||
Reference in New Issue
Block a user