File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Documentation/API/Utilities Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ func _ready() -> void:
65
65
var resolution = 192
66
66
67
67
var bpm_changes = [
68
- {"position": 0, "bpm": 8800 },
68
+ {"position": 0, "bpm": 88000 },
69
69
{"position": 3840, "bpm": 112000 },
70
70
{"position": 9984, "bpm": 89600 },
71
71
{"position": 22272, "bpm": 112000 },
Original file line number Diff line number Diff line change @@ -852,7 +852,7 @@ func _ready() -> void:
852
852
var resolution = 192
853
853
854
854
var bpm_changes = [
855
- {"position": 0, "bpm": 8800 },
855
+ {"position": 0, "bpm": 88000 },
856
856
{"position": 3840, "bpm": 112000 },
857
857
{"position": 9984, "bpm": 89600 },
858
858
{"position": 22272, "bpm": 112000 },
Original file line number Diff line number Diff line change @@ -852,7 +852,7 @@ func _ready() -> void:
852
852
var resolution = 192
853
853
854
854
var bpm_changes = [
855
- {"position": 0, "bpm": 8800 },
855
+ {"position": 0, "bpm": 88000 },
856
856
{"position": 3840, "bpm": 112000 },
857
857
{"position": 9984, "bpm": 89600 },
858
858
{"position": 22272, "bpm": 112000 },
Original file line number Diff line number Diff line change @@ -852,7 +852,7 @@ func _ready() -> void:
852
852
var resolution = 192
853
853
854
854
var bpm_changes = [
855
- {"position": 0, "bpm": 8800 },
855
+ {"position": 0, "bpm": 88000 },
856
856
{"position": 3840, "bpm": 112000 },
857
857
{"position": 9984, "bpm": 89600 },
858
858
{"position": 22272, "bpm": 112000 },
You can’t perform that action at this time.
0 commit comments