Properly initiates the max number of drops per batch to avoid possible corruption issues.

This commit is contained in:
Areloch 2016-07-11 22:27:27 -05:00
parent 03a3d7fefd
commit e06018aeea

View file

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