diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-02-07 12:36:20 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-02-07 12:36:20 +0200 |
commit | 627c7de801bcf1f2a706c2c077a3fecf54a3bfe8 (patch) | |
tree | 233e39ace41574bb6a1c64b83e1336b78fedba06 /indra/llui/lliconctrl.h | |
parent | a654989812853484733c1d03af98f64821323a7a (diff) |
SL-19134 Some texture related adjustments
Diffstat (limited to 'indra/llui/lliconctrl.h')
-rw-r--r-- | indra/llui/lliconctrl.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/llui/lliconctrl.h b/indra/llui/lliconctrl.h index 9c3b517bca..b5aad17ca6 100644 --- a/indra/llui/lliconctrl.h +++ b/indra/llui/lliconctrl.h @@ -39,7 +39,9 @@ class LLUICtrlFactory; // Classes // -// +// Class for diplaying named UI textures +// Do not use for displaying textures from network, +// UI textures are stored permanently! class LLIconCtrl : public LLUICtrl { |