2
0
Эх сурвалжийг харах

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

Areloch 9 жил өмнө
parent
commit
e06018aeea

+ 1 - 0
Engine/source/T3D/fx/precipitation.cpp

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