Merge pull request #1685 from Areloch/maxRainDropBatch

Precipitation maxVBDrops correction.
This commit is contained in:
Areloch 2016-07-11 22:29:37 -05:00 committed by GitHub
commit 5fa8504568

View file

@ -298,6 +298,7 @@ Precipitation::Precipitation()
mSplashShaderCameraPosSC = NULL;
mSplashShaderAmbientSC = NULL;
mMaxVBDrops = 5000;
}
Precipitation::~Precipitation()