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/llrender/llfontgl.cpp | 2 +- indra/llrender/llimagegl.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'indra/llrender') diff --git a/indra/llrender/llfontgl.cpp b/indra/llrender/llfontgl.cpp index 547a593447..4e369a8b6b 100644 --- a/indra/llrender/llfontgl.cpp +++ b/indra/llrender/llfontgl.cpp @@ -842,7 +842,7 @@ S32 LLFontGL::render(const LLWString &wstr, glEnd(); } - //FIXME: get this working in all alignment cases, etc. + // *FIX: get this working in all alignment cases, etc. if (draw_ellipses) { // recursively render ellipses at end of string diff --git a/indra/llrender/llimagegl.cpp b/indra/llrender/llimagegl.cpp index f26223e32b..b4edd3d365 100644 --- a/indra/llrender/llimagegl.cpp +++ b/indra/llrender/llimagegl.cpp @@ -921,7 +921,7 @@ BOOL LLImageGL::setDiscardLevel(S32 discard_level) } else { -#ifndef LL_LINUX // FIXME: This should not be skipped for the linux client. +#ifndef LL_LINUX // *FIX: This should not be skipped for the linux client. llerrs << "LLImageGL::setDiscardLevel() called on image without mipmaps" << llendl; #endif return FALSE; -- cgit v1.3