diff options
Diffstat (limited to 'indra/newview/lljoystickbutton.cpp')
-rw-r--r-- | indra/newview/lljoystickbutton.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lljoystickbutton.cpp b/indra/newview/lljoystickbutton.cpp index 95825aa2f2..326c511fcf 100644 --- a/indra/newview/lljoystickbutton.cpp +++ b/indra/newview/lljoystickbutton.cpp @@ -639,7 +639,7 @@ void LLJoystickCameraRotate::draw() } // Draws image rotated by multiples of 90 degrees -void LLJoystickCameraRotate::drawRotatedImage( const LLImageGL* image, S32 rotations ) +void LLJoystickCameraRotate::drawRotatedImage( LLImageGL* image, S32 rotations ) { S32 width = image->getWidth(); S32 height = image->getHeight(); |