From 2548227c35830a71e1fbfbdbcef06ad647bb763d Mon Sep 17 00:00:00 2001
From: Cinders <cinder@cinderblocks.biz>
Date: Thu, 13 Aug 2015 21:24:26 -0600
Subject: [PATCH] Add water bits to total too, i guess?

---
 indra/newview/llvlmanager.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/newview/llvlmanager.cpp b/indra/newview/llvlmanager.cpp
index 271e19c000..fa0902c67e 100755
--- a/indra/newview/llvlmanager.cpp
+++ b/indra/newview/llvlmanager.cpp
@@ -156,7 +156,7 @@ U32Bits LLVLManager::getWaterBits() const
 
 S32Bytes LLVLManager::getTotalBytes() const
 {
-	return mLandBits + mWindBits + mCloudBits;
+	return mLandBits + mWindBits + mCloudBits + mWaterBits;
 }
 
 void LLVLManager::cleanupData(LLViewerRegion *regionp)
-- 
GitLab