Skip to content
Snippets Groups Projects
Commit 2b28fecf authored by David Parks's avatar David Parks
Browse files

SL-18190 Fix for mac build

parent 46009c19
No related branches found
No related tags found
2 merge requests!3Update to main branch,!2Rebase onto current main branch
...@@ -56,7 +56,7 @@ class LLDrawPoolWater final: public LLFacePool ...@@ -56,7 +56,7 @@ class LLDrawPoolWater final: public LLFacePool
LLVertexBuffer::MAP_TEXCOORD0 LLVertexBuffer::MAP_TEXCOORD0
}; };
virtual U32 getVertexDataMask() { return VERTEX_DATA_MASK; } virtual U32 getVertexDataMask() override { return VERTEX_DATA_MASK; }
LLDrawPoolWater(); LLDrawPoolWater();
/*virtual*/ ~LLDrawPoolWater(); /*virtual*/ ~LLDrawPoolWater();
...@@ -74,7 +74,7 @@ class LLDrawPoolWater final: public LLFacePool ...@@ -74,7 +74,7 @@ class LLDrawPoolWater final: public LLFacePool
void render(S32 pass = 0) override; void render(S32 pass = 0) override;
void prerender() override; void prerender() override;
LLViewerTexture *getDebugTexture(); LLViewerTexture *getDebugTexture() override;
LLColor3 getDebugColor() const; // For AGP debug display LLColor3 getDebugColor() const; // For AGP debug display
void renderReflection(LLFace* face); void renderReflection(LLFace* face);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment