[Orxonox-commit 3100] r7794 - in code/branches/presentation2/src: libraries/network modules/overlays/hud
scheusso at orxonox.net
scheusso at orxonox.net
Wed Dec 22 10:15:12 CET 2010
Author: scheusso
Date: 2010-12-22 10:15:12 +0100 (Wed, 22 Dec 2010)
New Revision: 7794
Modified:
code/branches/presentation2/src/libraries/network/WANDiscovery.cc
code/branches/presentation2/src/modules/overlays/hud/HUDNavigation.cc
Log:
WANDiscovery singleton is now in graphics scope (not needed in console mode)
Modified: code/branches/presentation2/src/libraries/network/WANDiscovery.cc
===================================================================
--- code/branches/presentation2/src/libraries/network/WANDiscovery.cc 2010-12-22 02:05:31 UTC (rev 7793)
+++ code/branches/presentation2/src/libraries/network/WANDiscovery.cc 2010-12-22 09:15:12 UTC (rev 7794)
@@ -38,7 +38,7 @@
namespace orxonox
{
- ManageScopedSingleton(WANDiscovery, ScopeID::Root, true);
+ ManageScopedSingleton(WANDiscovery, ScopeID::Graphics, true);
WANDiscovery::WANDiscovery()
Modified: code/branches/presentation2/src/modules/overlays/hud/HUDNavigation.cc
===================================================================
--- code/branches/presentation2/src/modules/overlays/hud/HUDNavigation.cc 2010-12-22 02:05:31 UTC (rev 7793)
+++ code/branches/presentation2/src/modules/overlays/hud/HUDNavigation.cc 2010-12-22 09:15:12 UTC (rev 7794)
@@ -23,6 +23,7 @@
* Felix Schulthess
* Co-authors:
* Reto Grieder
+ * Oliver Scheuss
*
*/
More information about the Orxonox-commit
mailing list