Skip to content

Commit

Permalink
I don't know how to rebase, so have a commit instead
Browse files Browse the repository at this point in the history
  • Loading branch information
LostRobotMusic committed May 7, 2024
1 parent eced4d1 commit 1c7bc28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/Phaser/PhaserEffect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ Plugin::Descriptor PLUGIN_EXPORT phaser_plugin_descriptor =
constexpr float PHA_NOISE_FLOOR = 0.00001f;
constexpr double PHA_LOG = 2.2;


PhaserEffect::PhaserEffect(Model* parent, const Descriptor::SubPluginFeatures::Key* key) :
Effect(&phaser_plugin_descriptor, parent, key),
m_phaserControls(this)
Expand Down

0 comments on commit 1c7bc28

Please sign in to comment.