[Orxonox-commit 5531] r10194 - code/trunk/src/libraries/tools
landauf at orxonox.net
landauf at orxonox.net
Tue Jan 13 21:59:01 CET 2015
Author: landauf
Date: 2015-01-13 21:59:01 +0100 (Tue, 13 Jan 2015)
New Revision: 10194
Modified:
code/trunk/src/libraries/tools/DebugDrawer.cc
Log:
bugfix
Modified: code/trunk/src/libraries/tools/DebugDrawer.cc
===================================================================
--- code/trunk/src/libraries/tools/DebugDrawer.cc 2015-01-11 21:06:04 UTC (rev 10193)
+++ code/trunk/src/libraries/tools/DebugDrawer.cc 2015-01-13 20:59:01 UTC (rev 10194)
@@ -22,7 +22,7 @@
namespace orxonox
{
DebugDrawer::DebugDrawer(Ogre::SceneManager *_sceneManager, float _fillAlpha) :
- sceneManager(_sceneManager), fillAlpha(_fillAlpha), manualObject(0), linesIndex(0), trianglesIndex(0)
+ sceneManager(_sceneManager), fillAlpha(_fillAlpha), manualObject(0), isEnabled(true), linesIndex(0), trianglesIndex(0)
{
initialise();
}
More information about the Orxonox-commit
mailing list