Skip to content

Commit

Permalink
DUMBASS
Browse files Browse the repository at this point in the history
  • Loading branch information
superpowers04 committed Feb 1, 2024
1 parent e02d2b3 commit 716a6eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions source/Conductor.hx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class Conductor

public static function mapBPMChanges(?song:SwagSong) {
bpmChangeMap = [];
bpmChangeMapSteps = [];
offset = 0;
if(song == null) return;
offset = song.offset;
Expand Down
2 changes: 1 addition & 1 deletion source/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -1709,7 +1709,7 @@ class PlayState extends ScriptMusicBeatState
// if ( ){
// if(SONG.needsVoices) trace("Song needs voices but none found! Automatically disabled");

SONG.needsVoices = (vocals == null);
SONG.needsVoices = (vocals != null);
vocals = vocals ?? new FlxSound();
vocals.looped = false;
FlxG.sound.list.add(vocals);
Expand Down
2 changes: 1 addition & 1 deletion version.downloadMe
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
24.01.31.1835;
24.01.31.2157;
* Change how bg bouncing works in MultiMenuState
* BPM change maps now work in all states
* Work on hosting and stuff(Not released yet due to lack of motivation :sob:)
Expand Down

0 comments on commit 716a6eb

Please sign in to comment.