mirror of
https://github.com/captbaritone/webamp.git
synced 2026-08-04 07:55:28 +00:00
Butterchurn shouldn't cycle when loaded with inital preset (#724)
This commit is contained in:
parent
2b2598329d
commit
c7f7b61fef
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ class Milkdrop extends React.Component {
|
|||
}
|
||||
);
|
||||
this.visualizer.connectAudio(this.props.analyser);
|
||||
this.presetCycle = true;
|
||||
this.presetCycle = !this.props.initialPreset;
|
||||
if (this.props.initialPreset) {
|
||||
const presetIndices = this.props.presets.addPresets(
|
||||
this.props.initialPreset
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue