diff options
author | Cosmic Linden <cosmic@lindenlab.com> | 2023-04-24 12:34:05 -0700 |
---|---|---|
committer | Cosmic Linden <cosmic@lindenlab.com> | 2023-04-28 10:36:26 -0700 |
commit | 6b83fabf729fd9d866fb150166cbd0af50f7f99d (patch) | |
tree | 9ea1a506e68808cf1109df7ce14311611ee8711d /indra/newview/lldrawpoolbump.h | |
parent | b21e16f27d215cd2e564af7c48cba86459d07645 (diff) |
SL-19644: Move GLTF transform reset out of pushBatch
Diffstat (limited to 'indra/newview/lldrawpoolbump.h')
-rw-r--r-- | indra/newview/lldrawpoolbump.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lldrawpoolbump.h b/indra/newview/lldrawpoolbump.h index 41c4879ded..840af0c99d 100644 --- a/indra/newview/lldrawpoolbump.h +++ b/indra/newview/lldrawpoolbump.h @@ -53,7 +53,7 @@ public: LLDrawPoolBump(); /*virtual*/ void prerender() override; - void pushBatch(LLDrawInfo& params, bool texture, bool batch_textures = false, bool reset_gltf = false) override; + void pushBatch(LLDrawInfo& params, bool texture, bool batch_textures = false) override; void pushBumpBatches(U32 type); void renderGroup(LLSpatialGroup* group, U32 type, bool texture) override; |