summaryrefslogtreecommitdiff
path: root/indra/newview/llfloater360capture.h
diff options
context:
space:
mode:
authorsimon <simon@lindenlab.com>2023-05-13 04:10:28 +0100
committersimon <simon@lindenlab.com>2023-05-13 04:10:28 +0100
commit81f1be67109885f98f649974022aa6d444dd633d (patch)
tree0f594c5fd7985baebc8acd3f52893e1675b57375 /indra/newview/llfloater360capture.h
parent4173cae02165e36d96638761f29bd6d00ac24ddc (diff)
sl-19676 - 360 Intereset list mode. Changed mode to be a string for
future expansion instead of a bool toggle
Diffstat (limited to 'indra/newview/llfloater360capture.h')
-rw-r--r--indra/newview/llfloater360capture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloater360capture.h b/indra/newview/llfloater360capture.h
index 61316c65f3..3fb2c7f3c7 100644
--- a/indra/newview/llfloater360capture.h
+++ b/indra/newview/llfloater360capture.h
@@ -92,7 +92,7 @@ class LLFloater360Capture:
LLPointer<LLImageRaw> mRawImages[6];
- bool mWasIn360Mode;
+ std::string mStartILMode;
};
#endif // LL_FLOATER_360CAPTURE_H