Skip to content
Snippets Groups Projects
Commit 2548227c authored by ¡Cinder! ㊝'s avatar ¡Cinder! ㊝ :speech_balloon:
Browse files

Add water bits to total too, i guess?

parent fc1227b3
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment