diff options
Diffstat (limited to 'indra/newview/lldrawpool.cpp')
-rw-r--r-- | indra/newview/lldrawpool.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/lldrawpool.cpp b/indra/newview/lldrawpool.cpp index 7305177e4a..bfcc24fd13 100644 --- a/indra/newview/lldrawpool.cpp +++ b/indra/newview/lldrawpool.cpp @@ -121,8 +121,8 @@ LLDrawPool *LLDrawPool::createPool(const U32 type, LLViewerTexture *tex0) case POOL_WL_SKY: poolp = new LLDrawPoolWLSky(); break; - case POOL_PBR_OPAQUE: - poolp = new LLDrawPoolPBROpaque(); + case POOL_GLTF_PBR: + poolp = new LLDrawPoolGLTFPBR(); break; default: LL_ERRS() << "Unknown draw pool type!" << LL_ENDL; |