aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lldrawpoolbump.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/lldrawpoolbump.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/linden/indra/newview/lldrawpoolbump.h b/linden/indra/newview/lldrawpoolbump.h
index 16d26ed..7e82f7f 100644
--- a/linden/indra/newview/lldrawpoolbump.h
+++ b/linden/indra/newview/lldrawpoolbump.h
@@ -131,8 +131,7 @@ public:
131 131
132 LLImageGL* getBrightnessDarknessImage(LLViewerImage* src_image, U8 bump_code); 132 LLImageGL* getBrightnessDarknessImage(LLViewerImage* src_image, U8 bump_code);
133// LLImageGL* getTestImage(); 133// LLImageGL* getTestImage();
134 void addTextureStats(U8 bump, const LLUUID& base_image_id, 134 void addTextureStats(U8 bump, const LLUUID& base_image_id, F32 virtual_size);
135 F32 pixel_area, F32 texel_area_ratio, F32 cos_center_angle);
136 135
137 static void onSourceBrightnessLoaded( BOOL success, LLViewerImage *src_vi, LLImageRaw* src, LLImageRaw* aux_src, S32 discard_level, BOOL final, void* userdata ); 136 static void onSourceBrightnessLoaded( BOOL success, LLViewerImage *src_vi, LLImageRaw* src, LLImageRaw* aux_src, S32 discard_level, BOOL final, void* userdata );
138 static void onSourceDarknessLoaded( BOOL success, LLViewerImage *src_vi, LLImageRaw* src, LLImageRaw* aux_src, S32 discard_level, BOOL final, void* userdata ); 137 static void onSourceDarknessLoaded( BOOL success, LLViewerImage *src_vi, LLImageRaw* src, LLImageRaw* aux_src, S32 discard_level, BOOL final, void* userdata );