1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-28 23:09:59 +02:00

spatializer: Kill a warning.

This commit is contained in:
Hugo Beauzée-Luyssen 2012-04-12 14:25:42 +02:00
parent 49df02459e
commit d70ea1feb1

View File

@ -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);