Data-alignment. SSE intrinsics.
This commit is contained in:
@@ -355,7 +355,7 @@ void LLVOGrass::updateTextures()
|
||||
{
|
||||
if (gPipeline.hasRenderDebugMask(LLPipeline::RENDER_DEBUG_TEXTURE_AREA))
|
||||
{
|
||||
setDebugText(llformat("%4.0f", fsqrtf(mPixelArea)));
|
||||
setDebugText(llformat("%4.0f", (F32) sqrt(mPixelArea)));
|
||||
}
|
||||
getTEImage(0)->addTextureStats(mPixelArea);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user