Skip to content
Snippets Groups Projects
Commit f4d25ca7 authored by Cosmic Linden's avatar Cosmic Linden
Browse files

SL-20024: Remove misleading permissions comment left over from previous implementation

parent 466914e1
No related branches found
No related tags found
No related merge requests found
......@@ -251,9 +251,7 @@ class LLPermissions
BOOL setNextOwnerBits(const LLUUID& agent, const LLUUID& group, BOOL set, PermissionMask bits);
// This is currently only used in the Viewer to handle calling cards
// where the creator is actually used to store the target.
// It is also used for saving a GLTF material on a prim.
// Use with care.
// where the creator is actually used to store the target. Use with care.
void setCreator(const LLUUID& creator) { mCreator = creator; }
//
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment