From 4617a37edfc291a0942027231691bdbf6109b9cb Mon Sep 17 00:00:00 2001 From: Aaron Brashears Date: Wed, 3 Jan 2007 21:05:41 +0000 Subject: corrected, removed, and updated comments throughout the code to be more useful. no code changes. SL-13762 --- indra/newview/lldrawable.cpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'indra/newview/lldrawable.cpp') diff --git a/indra/newview/lldrawable.cpp b/indra/newview/lldrawable.cpp index a198886d37..c4ee6acb8c 100644 --- a/indra/newview/lldrawable.cpp +++ b/indra/newview/lldrawable.cpp @@ -668,7 +668,8 @@ void LLDrawable::updateTexture() return; } - //FIXME: this updates textures on all faces in this drawable, not just the viewer object we care about + // *FIX: this updates textures on all faces in this drawable, not + // just the viewer object we care about if (mVObjp->getNumTEs()) { // For each face in this drawable, change the drawpool if necessary. @@ -768,9 +769,9 @@ void LLDrawable::shiftPos(const LLVector3 &shift_vector) mXform.setScale(1,1,1); mXform.updateMatrix(); - if (isStatic() || //DP FIXME: don't know why this is happening, but - //some terrain patches are becoming active - //(earth quake, maybe?) + if (isStatic() || // *FIX: don't know why this is happening, but + // some terrain patches are becoming active + // (earth quake, maybe?) DP getRenderType() == LLPipeline::RENDER_TYPE_TERRAIN) { LLStrider verticesp; -- cgit v1.2.3