From 77d50cad495511a91ca1461d9e6f43a7e8656965 Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev Date: Thu, 8 Aug 2024 14:59:41 +0300 Subject: viewer#2225 Fix Joystick Floater's FPS drops --- indra/newview/llfloaterjoystick.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indra/newview/llfloaterjoystick.h') diff --git a/indra/newview/llfloaterjoystick.h b/indra/newview/llfloaterjoystick.h index b94223a738..c7e727635d 100644 --- a/indra/newview/llfloaterjoystick.h +++ b/indra/newview/llfloaterjoystick.h @@ -95,6 +95,8 @@ private: LLComboBox *mJoysticksCombo; bool mHasDeviceList; + bool mJoystickInitialized; + LLUUID mCurrentDeviceId; // stats view LLStatBar* mAxisStatsBar[6]; -- cgit v1.2.3