summaryrefslogtreecommitdiff
path: root/indra/newview/llviewertexture.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2013-04-05 13:44:33 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2013-04-05 13:44:33 -0400
commit0a6a5f63b45bf3d97c7926b8d415b0b3885f64a1 (patch)
tree086302128b96f2b6becf70e3a374b89206c88511 /indra/newview/llviewertexture.h
parentbeeefb45269f45ea717f58b30a0985951ae23c20 (diff)
SH-4061 WIP - spelling fix, allow un-set of missing asset flag for textures
Diffstat (limited to 'indra/newview/llviewertexture.h')
-rwxr-xr-x[-rw-r--r--]indra/newview/llviewertexture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewertexture.h b/indra/newview/llviewertexture.h
index f2e1a90713..1f2079104f 100644..100755
--- a/indra/newview/llviewertexture.h
+++ b/indra/newview/llviewertexture.h
@@ -338,7 +338,7 @@ public:
// more data.
/*virtual*/ void setKnownDrawSize(S32 width, S32 height);
- void setIsMissingAsset();
+ void setIsMissingAsset(bool is_missing = true);
/*virtual*/ BOOL isMissingAsset() const { return mIsMissingAsset; }
// returns dimensions of original image for local files (before power of two scaling)