Skip to content

Commit e91b618

Browse files
committed
Reordered dictionary keys.
1 parent 5659b2d commit e91b618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GodotPlugin/include/rhythm_game_utilities.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,8 +343,8 @@ Array rhythm_game_utilities::calculate_beat_bars(Array bpm_changes,
343343
{
344344
Dictionary beat_bar_dictionary;
345345

346-
beat_bar_dictionary["bpm"] = beat_bar.BPM;
347346
beat_bar_dictionary["position"] = beat_bar.Position;
347+
beat_bar_dictionary["bpm"] = beat_bar.BPM;
348348

349349
beat_bars_dictionary_array.append(beat_bar_dictionary);
350350
}

0 commit comments

Comments
 (0)