Explorar el Código

Merge pull request #1685 from Areloch/maxRainDropBatch

Precipitation maxVBDrops correction.
Areloch hace 9 años
padre
commit
5fa8504568
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Engine/source/T3D/fx/precipitation.cpp

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

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