mirror of
https://github.com/ppy/osu
synced 2025-02-17 02:47:19 +00:00
Remove incorrectly shadowed variable
This commit is contained in:
parent
37bc75a7b6
commit
9e8fb698c6
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user