summaryrefslogtreecommitdiff
path: root/indra/llprimitive
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2023-05-04 09:01:22 -0400
committerNat Goodspeed <nat@lindenlab.com>2023-05-04 09:01:22 -0400
commita57013082d9cd890e24d2a79dedd405c24471e6d (patch)
tree51742d1ec6fc467a7036dcff49a03fdd0f44ec59 /indra/llprimitive
parent21ddaa690875450bbd2f7d665da22d390a0f2a88 (diff)
parenta9dca4577337037f1b4a62713927871666014043 (diff)
DRTVWR-559: Merge 'DRTVWR-559' into DRTVWR-559-zapfunc
Diffstat (limited to 'indra/llprimitive')
-rw-r--r--indra/llprimitive/llgltfmaterial.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llprimitive/llgltfmaterial.h b/indra/llprimitive/llgltfmaterial.h
index 0bd65fadef..ad7784f6d1 100644
--- a/indra/llprimitive/llgltfmaterial.h
+++ b/indra/llprimitive/llgltfmaterial.h
@@ -167,6 +167,7 @@ public:
// set the contents of this LLGLTFMaterial from the given json
// returns true if successful
+ // if unsuccessful, the contents of this LLGLTFMaterial should be left unchanged and false is returned
// json - the json text to load from
// warn_msg - warning message from TinyGLTF if any
// error_msg - error_msg from TinyGLTF if any