diff options
Diffstat (limited to 'linden/indra/newview/lldrawpooltree.h')
-rw-r--r-- | linden/indra/newview/lldrawpooltree.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/linden/indra/newview/lldrawpooltree.h b/linden/indra/newview/lldrawpooltree.h index bf18b65..151e4ab 100644 --- a/linden/indra/newview/lldrawpooltree.h +++ b/linden/indra/newview/lldrawpooltree.h | |||
@@ -55,14 +55,13 @@ public: | |||
55 | /*virtual*/ void beginRenderPass( S32 pass ); | 55 | /*virtual*/ void beginRenderPass( S32 pass ); |
56 | /*virtual*/ void render(S32 pass = 0); | 56 | /*virtual*/ void render(S32 pass = 0); |
57 | /*virtual*/ void endRenderPass( S32 pass ); | 57 | /*virtual*/ void endRenderPass( S32 pass ); |
58 | /*virtual*/ S32 getNumPasses() { return 1; } | ||
58 | /*virtual*/ void renderForSelect(); | 59 | /*virtual*/ void renderForSelect(); |
59 | /*virtual*/ BOOL verify() const; | 60 | /*virtual*/ BOOL verify() const; |
60 | /*virtual*/ LLViewerImage *getTexture(); | 61 | /*virtual*/ LLViewerImage *getTexture(); |
61 | /*virtual*/ LLViewerImage *getDebugTexture(); | 62 | /*virtual*/ LLViewerImage *getDebugTexture(); |
62 | /*virtual*/ LLColor3 getDebugColor() const; // For AGP debug display | 63 | /*virtual*/ LLColor3 getDebugColor() const; // For AGP debug display |
63 | 64 | ||
64 | virtual S32 getMaterialAttribIndex(); | ||
65 | |||
66 | static S32 sDiffTex; | 65 | static S32 sDiffTex; |
67 | 66 | ||
68 | private: | 67 | private: |