From a184d2cbc46206f8b141c23b9427919ce243c6bb Mon Sep 17 00:00:00 2001 From: Armin Weatherwax Date: Sat, 16 Oct 2010 13:21:51 +0200 Subject: fix bug #450 Terrain textures render rainbow --- linden/indra/newview/llvlcomposition.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linden/indra/newview/llvlcomposition.h') diff --git a/linden/indra/newview/llvlcomposition.h b/linden/indra/newview/llvlcomposition.h index 4ae296c..eb61bfd 100644 --- a/linden/indra/newview/llvlcomposition.h +++ b/linden/indra/newview/llvlcomposition.h @@ -67,7 +67,7 @@ public: F32 getHeightRange(S32 corner); void setDetailTextureID(S32 corner, const LLUUID& id); - void setDetailTextureID(S32 corner, const std::string& filename, const bool& usemipmap, const bool& levelimmediate); + void setDetailTextureID(S32 corner, const std::string& filename, const bool& usemipmap, const bool& levelimmediate, LLGLint internal_format, LLGLenum primary_format, const LLUUID& force_id); void setStartHeight(S32 corner, F32 start_height); void setHeightRange(S32 corner, F32 range); -- cgit v1.1