From a0348b7e271d8bc343ac15049c6c5ea81c4b7f3f Mon Sep 17 00:00:00 2001 From: Denis Serdjuk Date: Thu, 5 Nov 2009 14:19:43 +0200 Subject: EXT-2023 Camera floater: arrows became shifted when pressed Cause: The different between default texture size and size of the image has influenced on displacement of arrows at rotation. Solution: Transformation matrix has been changed to handle that different --HG-- branch : product-engine --- indra/newview/lljoystickbutton.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/lljoystickbutton.h') diff --git a/indra/newview/lljoystickbutton.h b/indra/newview/lljoystickbutton.h index 8caef30fa4..4c657913b8 100644 --- a/indra/newview/lljoystickbutton.h +++ b/indra/newview/lljoystickbutton.h @@ -150,7 +150,7 @@ public: protected: F32 getOrbitRate(); virtual void updateSlop(); - void drawRotatedImage( LLTexture* image, S32 rotations ); + void drawRotatedImage( LLPointer image, S32 rotations ); protected: BOOL mInLeft; -- cgit v1.2.3