Commit 88c21b4e authored by Pierre Bürki's avatar Pierre Bürki
Browse files

Make ID setting invisible

parent 34c363eb
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -27,6 +27,10 @@ void TrackingNetworkManager::setup(ofxGui &gui){
	panel->add<ofxGuiIntInputField>(mServerID.set("ServerID", 0, 0, 10));

    panel->loadFromFile("broadcast.xml");

	// This parameter should be settable only from the calibration tool
	bool visible = false;
	panel->setVisible(visible);
}