aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llvlcomposition.h
diff options
context:
space:
mode:
authorArmin Weatherwax2010-10-16 13:21:51 +0200
committerArmin Weatherwax2010-10-16 13:21:51 +0200
commita184d2cbc46206f8b141c23b9427919ce243c6bb (patch)
treef6ece2f61979b0405efde11813ef47b4f19e42c4 /linden/indra/newview/llvlcomposition.h
parentChanged version to Experimental 2010.10.09 (diff)
downloadmeta-impy-a184d2cbc46206f8b141c23b9427919ce243c6bb.zip
meta-impy-a184d2cbc46206f8b141c23b9427919ce243c6bb.tar.gz
meta-impy-a184d2cbc46206f8b141c23b9427919ce243c6bb.tar.bz2
meta-impy-a184d2cbc46206f8b141c23b9427919ce243c6bb.tar.xz
fix bug #450 Terrain textures render rainbow
Diffstat (limited to 'linden/indra/newview/llvlcomposition.h')
-rw-r--r--linden/indra/newview/llvlcomposition.h2
1 files changed, 1 insertions, 1 deletions
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:
67 F32 getHeightRange(S32 corner); 67 F32 getHeightRange(S32 corner);
68 68
69 void setDetailTextureID(S32 corner, const LLUUID& id); 69 void setDetailTextureID(S32 corner, const LLUUID& id);
70 void setDetailTextureID(S32 corner, const std::string& filename, const bool& usemipmap, const bool& levelimmediate); 70 void setDetailTextureID(S32 corner, const std::string& filename, const bool& usemipmap, const bool& levelimmediate, LLGLint internal_format, LLGLenum primary_format, const LLUUID& force_id);
71 void setStartHeight(S32 corner, F32 start_height); 71 void setStartHeight(S32 corner, F32 start_height);
72 void setHeightRange(S32 corner, F32 range); 72 void setHeightRange(S32 corner, F32 range);
73 73