summaryrefslogtreecommitdiff
path: root/indra/llrender
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llrender')
-rw-r--r--indra/llrender/llfontgl.cpp2
-rw-r--r--indra/llrender/llimagegl.cpp2
2 files changed, 2 insertions, 2 deletions
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;