diff options
author | simon <simon@lindenlab.com> | 2023-05-13 04:10:28 +0100 |
---|---|---|
committer | simon <simon@lindenlab.com> | 2023-05-13 04:10:28 +0100 |
commit | 81f1be67109885f98f649974022aa6d444dd633d (patch) | |
tree | 0f594c5fd7985baebc8acd3f52893e1675b57375 /indra/newview/llfloater360capture.h | |
parent | 4173cae02165e36d96638761f29bd6d00ac24ddc (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.h | 2 |
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 |