Bugfix, wss

This commit is contained in:
Erik Zandvliet 2011-02-16 23:27:43 +01:00
parent da8567888a
commit 6ade1745cb

View file

@ -148,6 +148,8 @@ Interface::Interface() {
trun_soun = new Box_trun(); trun_soun = new Box_trun();
//Set some values we already know won't change once the boxes have been created //Set some values we already know won't change once the boxes have been created
SetStaticDefaults(); SetStaticDefaults();
//Linking all boxes
link( );
} }
Interface::~Interface() { Interface::~Interface() {