aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llimage/llimagedxt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llimage/llimagedxt.cpp')
-rw-r--r--linden/indra/llimage/llimagedxt.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/llimage/llimagedxt.cpp b/linden/indra/llimage/llimagedxt.cpp
index 722ac9b..d3b8225 100644
--- a/linden/indra/llimage/llimagedxt.cpp
+++ b/linden/indra/llimage/llimagedxt.cpp
@@ -308,7 +308,7 @@ BOOL LLImageDXT::getMipData(LLPointer<LLImageRaw>& raw, S32 discard)
308 return TRUE; 308 return TRUE;
309} 309}
310 310
311BOOL LLImageDXT::encode(const LLImageRaw* raw_image, F32 time, bool explicit_mips) 311BOOL LLImageDXT::encodeDXT(const LLImageRaw* raw_image, F32 time, bool explicit_mips)
312{ 312{
313 llassert_always(raw_image); 313 llassert_always(raw_image);
314 314
@@ -396,7 +396,7 @@ BOOL LLImageDXT::encode(const LLImageRaw* raw_image, F32 time, bool explicit_mip
396// virtual 396// virtual
397BOOL LLImageDXT::encode(const LLImageRaw* raw_image, F32 time) 397BOOL LLImageDXT::encode(const LLImageRaw* raw_image, F32 time)
398{ 398{
399 return encode(raw_image, time, false); 399 return encodeDXT(raw_image, time, false);
400} 400}
401 401
402// virtual 402// virtual