removing particle disabling from performance testing so that I can test performance of particles
parent
d1683bd65a
commit
01d219ed4c
|
|
@ -141,7 +141,6 @@ static bool handleRenderPerfTestChanged(const LLSD& newvalue)
|
|||
LLPipeline::RENDER_TYPE_WATER,
|
||||
LLPipeline::RENDER_TYPE_PASS_GRASS,
|
||||
LLPipeline::RENDER_TYPE_HUD,
|
||||
LLPipeline::RENDER_TYPE_PARTICLES,
|
||||
LLPipeline::RENDER_TYPE_CLOUDS,
|
||||
LLPipeline::RENDER_TYPE_HUD_PARTICLES,
|
||||
LLPipeline::END_RENDER_TYPES);
|
||||
|
|
@ -157,7 +156,6 @@ static bool handleRenderPerfTestChanged(const LLSD& newvalue)
|
|||
LLPipeline::RENDER_TYPE_WATER,
|
||||
LLPipeline::RENDER_TYPE_PASS_GRASS,
|
||||
LLPipeline::RENDER_TYPE_HUD,
|
||||
LLPipeline::RENDER_TYPE_PARTICLES,
|
||||
LLPipeline::RENDER_TYPE_CLOUDS,
|
||||
LLPipeline::RENDER_TYPE_HUD_PARTICLES,
|
||||
LLPipeline::END_RENDER_TYPES);
|
||||
|
|
|
|||
Loading…
Reference in New Issue