Lindie viewer-dev catchup regarding rendering pipeline.

This commit is contained in:
Shyotl
2012-06-30 20:05:31 -05:00
parent a8ebd6eebb
commit 67e1a3b004
87 changed files with 3880 additions and 2180 deletions

View File

@@ -54,6 +54,7 @@
#include "lldrawpool.h"
#include "llworld.h"
#if ENABLE_CLASSIC_CLOUDS
extern LLPipeline gPipeline;
const F32 CLOUD_UPDATE_RATE = 1.0f; // Global time dilation for clouds
@@ -544,3 +545,4 @@ void LLCloudLayer::disconnectAllNeighbors()
disconnectNeighbor(i);
}
}
#endif