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

@@ -92,7 +92,7 @@ F32 LLCamera::getMaxView() const
// ---------------- LLCamera::setFoo() member functions ----------------
void LLCamera::setUserClipPlane(LLPlane& plane)
void LLCamera::setUserClipPlane(LLPlane const& plane)
{
mPlaneCount = 7;
mAgentPlanes[6] = plane;