Skip to content
Snippets Groups Projects
Commit 601c2914 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Fix check for bump draw type in bump draw pool

parent 5c1aba18
No related branches found
No related tags found
No related merge requests found
......@@ -266,7 +266,7 @@ void LLDrawPoolBump::render(S32 pass)
{
LL_RECORD_BLOCK_TIME(FTM_RENDER_BUMP);
if (!gPipeline.hasRenderType(LLDrawPool::POOL_SIMPLE))
if (!gPipeline.hasRenderType(LLPipeline::RENDER_TYPE_BUMP))
{
return;
}
......
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