[Orxonox-commit 2199] r6915 - code/branches/lod/src/orxonox/graphics
scheusso at orxonox.net
scheusso at orxonox.net
Mon May 17 15:50:14 CEST 2010
Author: scheusso
Date: 2010-05-17 15:50:13 +0200 (Mon, 17 May 2010)
New Revision: 6915
Modified:
code/branches/lod/src/orxonox/graphics/Model.h
Log:
fixed gcc error
Modified: code/branches/lod/src/orxonox/graphics/Model.h
===================================================================
--- code/branches/lod/src/orxonox/graphics/Model.h 2010-05-17 13:41:40 UTC (rev 6914)
+++ code/branches/lod/src/orxonox/graphics/Model.h 2010-05-17 13:50:13 UTC (rev 6915)
@@ -70,7 +70,7 @@
{ this->lodLevel_ = lodLevel; }
inline float getLodLevel() const
{ return this->lodLevel_; }
- float Model::getBiggestScale(Vector3 scale3d);
+ float getBiggestScale(Vector3 scale3d);
std::string meshSrc_;
Mesh mesh_;
More information about the Orxonox-commit
mailing list