summaryrefslogtreecommitdiff
path: root/indra/newview/lldrawable.cpp
diff options
context:
space:
mode:
authorAaron Brashears <aaronb@lindenlab.com>2007-01-03 21:05:41 +0000
committerAaron Brashears <aaronb@lindenlab.com>2007-01-03 21:05:41 +0000
commit4617a37edfc291a0942027231691bdbf6109b9cb (patch)
tree5745c5e3dee0568be67d48242814d2654d80c9de /indra/newview/lldrawable.cpp
parent2b291c2732b583911c0d98c30dbfedfd4022babb (diff)
corrected, removed, and updated comments throughout the code to be more useful. no code changes. SL-13762
Diffstat (limited to 'indra/newview/lldrawable.cpp')
-rw-r--r--indra/newview/lldrawable.cpp9
1 files changed, 5 insertions, 4 deletions
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<LLVector3> verticesp;