summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterjoystick.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2024-08-08 14:59:41 +0300
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2024-08-08 19:06:25 +0300
commit77d50cad495511a91ca1461d9e6f43a7e8656965 (patch)
treeef39c565d6fe6a6b792f525ea0cb0b2cf294a624 /indra/newview/llfloaterjoystick.h
parent810d11c625cc71a0fbc15bb28cc770d5ea1670fd (diff)
viewer#2225 Fix Joystick Floater's FPS drops
Diffstat (limited to 'indra/newview/llfloaterjoystick.h')
-rw-r--r--indra/newview/llfloaterjoystick.h2
1 files changed, 2 insertions, 0 deletions
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];