Make V2Renderer branch compile.

This commit is contained in:
Aleric Inglewood
2011-05-24 18:56:53 +02:00
parent d27abe5ed8
commit b82c94383b
4 changed files with 3 additions and 4 deletions

View File

@@ -78,7 +78,7 @@ public:
inline void getVector3(LLVector3& vec) const { vec.set(mV[0], mV[1], mV[2]); }
// Retrieve the mask indicating which of the x, y, or z axis are greater or equal to zero.
inline U8 calcPlaneMask()
inline U8 calcPlaneMask() const
{
U8 mask = 0;