diff options
author | RunitaiLinden <davep@lindenlab.com> | 2023-04-25 14:48:16 -0500 |
---|---|---|
committer | RunitaiLinden <davep@lindenlab.com> | 2023-04-25 14:48:16 -0500 |
commit | 5d862c994c18b155bc761fa16dd4070281a1345e (patch) | |
tree | 0fb2e8a75343d3964a2dd6269207e92dfee92882 /indra/newview/llviewerobject.h | |
parent | 741c815966fd32698e8258bfa410d713effe9704 (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.h | 2 |
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(); |