Commit d70ea1fe authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen

spatializer: Kill a warning.

parent 49df0245
......@@ -15,8 +15,8 @@
#include "tuning.h"
#include <stdlib.h>
revmodel::revmodel() : wet(initialwet), width(1.), mode(0.), roomsize(initialroom),
damp(initialdamp), dry(initialdry)
revmodel::revmodel() : roomsize(initialroom), damp(initialdamp),
wet(initialwet), dry(initialdry), width(1.), mode(0.)
{
// Tie the components to their buffers
combL[0].setbuffer(bufcombL1,combtuningL1);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment