diff options
author | Callum Prentice <callum@gmail.com> | 2020-10-14 13:47:26 -0700 |
---|---|---|
committer | Callum Prentice <callum@gmail.com> | 2020-10-14 13:47:26 -0700 |
commit | 1cdcc00319c87b9be6ed677e4b36b0b53a1acb3e (patch) | |
tree | e056d5af138131e577ba91428db3069007847a7d /indra/llprimitive/lldaeloader.h | |
parent | a350009614c0840e5535d5c7d2281ecb3104642d (diff) | |
parent | a2c8c8238cfb109e0da81363995e08e99173426f (diff) |
Mostly automatic merge with canonical viewer after release
Diffstat (limited to 'indra/llprimitive/lldaeloader.h')
-rw-r--r-- | indra/llprimitive/lldaeloader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llprimitive/lldaeloader.h b/indra/llprimitive/lldaeloader.h index 4e990dbe5e..2b211343e1 100644 --- a/indra/llprimitive/lldaeloader.h +++ b/indra/llprimitive/lldaeloader.h @@ -89,7 +89,7 @@ protected: //Verify that a controller matches vertex counts bool verifyController( domController* pController ); - static bool addVolumeFacesFromDomMesh(LLModel* model, domMesh* mesh); + static bool addVolumeFacesFromDomMesh(LLModel* model, domMesh* mesh, LLSD& log_msg); static bool createVolumeFacesFromDomMesh(LLModel* model, domMesh *mesh); static LLModel* loadModelFromDomMesh(domMesh* mesh); |