Bugfix, wss

This commit is contained in:
Erik Zandvliet 2011-02-16 23:27:43 +01:00
parent bb6f3868ec
commit 91c445fbf0

View file

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