summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnsariel <ansariel.hiller@phoenixviewer.com>2024-02-22 15:51:42 +0100
committerAndrey Lihatskiy <alihatskiy@productengine.com>2024-02-22 17:11:26 +0200
commit3010f627e5eef4a5c1c37af64364445c04149318 (patch)
tree629357dcd7ef72d0ab553471fb2337aef6010622
parent3d1445013337068960b31b4a648bf5df17d01341 (diff)
Replaced an overlooked BOOL in lllegacyatmospherics.h
-rw-r--r--indra/newview/lllegacyatmospherics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lllegacyatmospherics.h b/indra/newview/lllegacyatmospherics.h
index d48f3040c3..9dec90f03d 100644
--- a/indra/newview/lllegacyatmospherics.h
+++ b/indra/newview/lllegacyatmospherics.h
@@ -267,7 +267,7 @@ protected:
F32 mHazeConcentration;
F32 mCloudDensity;
F32 mWind;
- BOOL mInitialized;
+ bool mInitialized;
LLVector3 mLastLightingDirection;
LLColor3 mLastTotalAmbient;
F32 mAmbientScale;