diff options
author | Cosmic Linden <cosmic@lindenlab.com> | 2023-05-04 18:27:08 -0700 |
---|---|---|
committer | Cosmic Linden <cosmic@lindenlab.com> | 2023-05-05 11:32:56 -0700 |
commit | 307d31116dc4b04893652e859b86bfdd00d19c78 (patch) | |
tree | ac467639d3696dc94d36975043c4e147613942f4 /indra/newview/lldrawpoolbump.h | |
parent | 0fedb22d77bc67cd5c619537d985b905fe57e385 (diff) |
SL-19644: De-virtualize pushBatch
Bump still uses its own pushBumpBatch function - OK, works the same as
before.
Diffstat (limited to 'indra/newview/lldrawpoolbump.h')
-rw-r--r-- | indra/newview/lldrawpoolbump.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/lldrawpoolbump.h b/indra/newview/lldrawpoolbump.h index 840af0c99d..b1fe454c72 100644 --- a/indra/newview/lldrawpoolbump.h +++ b/indra/newview/lldrawpoolbump.h @@ -53,7 +53,6 @@ public: LLDrawPoolBump(); /*virtual*/ void prerender() 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; |