From 3010f627e5eef4a5c1c37af64364445c04149318 Mon Sep 17 00:00:00 2001 From: Ansariel Date: Thu, 22 Feb 2024 15:51:42 +0100 Subject: Replaced an overlooked BOOL in lllegacyatmospherics.h --- indra/newview/lllegacyatmospherics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview') 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; -- cgit v1.2.3