summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerobject.h
diff options
context:
space:
mode:
authorRunitaiLinden <davep@lindenlab.com>2023-04-25 14:48:16 -0500
committerRunitaiLinden <davep@lindenlab.com>2023-04-25 14:48:16 -0500
commit5d862c994c18b155bc761fa16dd4070281a1345e (patch)
tree0fb2e8a75343d3964a2dd6269207e92dfee92882 /indra/newview/llviewerobject.h
parent741c815966fd32698e8258bfa410d713effe9704 (diff)
DRTVWR-559 Optimization pass on probe allocation and search. Incidental decruft.
Diffstat (limited to 'indra/newview/llviewerobject.h')
-rw-r--r--indra/newview/llviewerobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerobject.h b/indra/newview/llviewerobject.h
index e647fdd045..fe27227e6b 100644
--- a/indra/newview/llviewerobject.h
+++ b/indra/newview/llviewerobject.h
@@ -441,7 +441,7 @@ public:
void sendMaterialUpdate() const;
- void setDebugText(const std::string &utf8text);
+ void setDebugText(const std::string &utf8text, const LLColor4& color = LLColor4::white);
void appendDebugText(const std::string &utf8text);
void initHudText();
void restoreHudText();